fixing fflof, bat changes, emacs overlay and firefox tridactyl
This commit is contained in:
parent
26a00cee12
commit
c124529a32
11 changed files with 121 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue