mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-11 06:02:28 +00:00
Mention binding to quit keybind isolation in notif
This commit is contained in:
parent
c51ae232c6
commit
409723adf6
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$
|
||||||
|
|
||||||
# Isolating group to prevent keybind capturing (for games etc)
|
# Isolating group to prevent keybind capturing (for games etc)
|
||||||
# SUPER + End
|
# SUPER + End
|
||||||
bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on"
|
bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on (Super + END to disable)"
|
||||||
submap = isolate
|
submap = isolate
|
||||||
bind = SUPER, End, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
bind = SUPER, End, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
||||||
submap = reset
|
submap = reset
|
||||||
|
|
Loading…
Add table
Reference in a new issue