mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add keybind isolation group
This commit is contained in:
parent
ee3dc5a256
commit
b15574ce25
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue