updating and fixing hyprland probs

This commit is contained in:
Chris Cochrun 2025-01-13 21:54:33 -06:00
parent d93c3b9659
commit 6a0332f9bb
7 changed files with 169 additions and 97 deletions

View file

@ -30,7 +30,7 @@ if [ $(pgrep -c emacsclient) -gt 0 ]; then
emacswin=$(echo $emacsrg | sed 's/.*\: //')
echo $emacswin
exec hyprctl dispatch focuswindow emacs
exec hyprctl dispatch focuswindow "class:emacs"
exit
fi
fi

View file

@ -30,7 +30,7 @@ if [ $(pgrep -c firefox) -gt 0 ]; then
ffwin=$(echo $ffrg | sed 's/.*\: //')
# echo $ffwin
exec hyprctl dispatch focuswindow ff
exec hyprctl dispatch focuswindow "class:ff"
exit
fi
fi