fixing fflof, bat changes, emacs overlay and firefox tridactyl

This commit is contained in:
Chris Cochrun 2022-05-21 06:34:35 -05:00
parent 26a00cee12
commit c124529a32
11 changed files with 121 additions and 53 deletions

View file

@ -1,9 +1,10 @@
#!/bin/sh
#!/usr/bin/env bash
export MOZ_ENABLE_WAYLAND=1
echo $MOZ_ENABLE_WAYLAND
# Check to see if firefox is running
if [ $(pgrep -c firefox) -gt 0 ]; then
echo "ff running"
if [ $XDG_SESSION_TYPE = "x11" ]; then
#X11
@ -19,7 +20,8 @@ if [ $(pgrep -c firefox) -gt 0 ]; then
fi
else
if [ $KDE_FULL_SESSION = "true" ]; then
ww -f firefox -c firefox
echo "KDE"
/home/chris/bin/ww -f firefox -c firefox
exit
else
# WAYLAND

View file

@ -13,6 +13,8 @@ else
#echo "this is not hidpi"
fi
export YDOTOOL_SOCKET=/tmp/ydotools
# Get all password files and create an array
root=~/.password-store
CACHE=~/.local/tmp/pass_rofi