mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +00:00
Use meta+end for kbd isolation (not meta+favorites)
This commit is contained in:
parent
66f5b39645
commit
36aced3350
|
@ -230,10 +230,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Useful to prevent keybind capturing (for games, etc)
|
# Useful to prevent keybind capturing (for games, etc)
|
||||||
# SUPER + Fn + F12 (Favorites)
|
# SUPER + End
|
||||||
bind = SUPER, XF86Favorites, 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"
|
||||||
submap = isolate
|
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
|
submap = reset
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue