fixing up the guix config

This commit is contained in:
Chris Cochrun 2023-10-18 10:13:18 -05:00
parent adc1daf421
commit a055f7e71e
9 changed files with 125 additions and 64 deletions

View file

@ -30,7 +30,7 @@ if [ $(pgrep -c qutebrowser) -gt 0 ]; then
qbwin=$(echo $qbrg | sed 's/\(.*r\)\:.*/\1/')
# echo $ffwin
exec wlrctl toplevel focus "$qbwin"
exec hyprctl dispatch focuswindow qutebrowser
exit
fi
fi