Add keybind isolation group

This commit is contained in:
ItsDrike 2023-10-09 19:27:05 +02:00
parent ee3dc5a256
commit b15574ce25
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -196,4 +196,11 @@ submap = reset
bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$
bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$
# vi: ft=conf
# Isolating group to prevent keybind capturing (for games etc)
# SUPER + Fn + semicol
bind = SUPER, code:94, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on"
submap = isolate
bind = SUPER, code:94, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off"
submap = reset
# vi: ft=hypr