updating and fixing hyprland probs
This commit is contained in:
parent
d93c3b9659
commit
6a0332f9bb
7 changed files with 169 additions and 97 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue