adding nix configs
This commit is contained in:
parent
bd0cf6ff9b
commit
3521d5da4b
18 changed files with 408 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue