adding nix configs

This commit is contained in:
Chris Cochrun 2022-05-06 11:39:51 -05:00
parent bd0cf6ff9b
commit 3521d5da4b
18 changed files with 408 additions and 21 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Check to see if firefox is running
if pgrep -x qutebrowser > /dev/null; then
# Check to see if qb is running
if [ $(pgrep -c qutebrowser) -gt 0 ]; then
echo "qb running"
@ -20,7 +20,7 @@ if pgrep -x qutebrowser > /dev/null; then
fi
else
if [ $KDE_FULL_SESSION = "true" ]; then
ww -f org.qutebrowser.qutebrowser -c qutebrowser
/home/chris/scripts/ww -f org.qutebrowser.qutebrowser -c qutebrowser
exit
else
echo "other wayland"