switching back to qutebrowser

This commit is contained in:
Chris Cochrun 2025-03-04 11:12:37 -06:00
parent 3b3d36eb03
commit 8f437de686
4 changed files with 18 additions and 15 deletions

View file

@ -4,7 +4,7 @@
if [ $(pgrep -c -f '.qutebrowser-wrapped') -gt 0 ]; then
echo "qb running"
exec hyprctl dispatch focuswindow qutebrowser
exec hyprctl dispatch focuswindow "class:org.qutebrowser.qutebrowser"
else
qutebrowser
fi