diff --git a/home/.config/hypr/keybinds.conf b/home/.config/hypr/keybinds.conf index f9c7de6..fbfe5d5 100644 --- a/home/.config/hypr/keybinds.conf +++ b/home/.config/hypr/keybinds.conf @@ -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