mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-04 11:22:27 +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)
|
||||
# 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
|
||||
bind = SUPER, End, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
|
||||
submap = reset
|
||||
|
|
Loading…
Add table
Reference in a new issue