Mention binding to quit keybind isolation in notif

This commit is contained in:
ItsDrike 2025-02-24 23:29:17 +01:00
parent c51ae232c6
commit 409723adf6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -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