Use meta+end for kbd isolation (not meta+favorites)

This commit is contained in:
ItsDrike 2024-06-24 19:23:39 +02:00
parent 66f5b39645
commit 36aced3350
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -230,10 +230,10 @@
#
# Useful to prevent keybind capturing (for games, etc)
# SUPER + Fn + F12 (Favorites)
bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on"
# SUPER + End
bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on"
submap = isolate
bind = SUPER, XF86Favorites, 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
#