Add binding

This commit is contained in:
Jack Mechem 2026-02-09 19:48:50 -08:00
parent 69e1a00ab9
commit 39f514bd96

View file

@ -57,6 +57,7 @@ input {
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1
mouse_refocus = false
touchpad { touchpad {
natural_scroll = no natural_scroll = no
@ -154,6 +155,7 @@ windowrulev2 = float,class:^(solaar)$
windowrulev2 = float,class:^(rice-settings)$ windowrulev2 = float,class:^(rice-settings)$
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER $mainMod = SUPER
@ -185,6 +187,9 @@ bind = $mainMod, V, togglesplit, # dwindle
bind = $mainMod, M, fullscreen, 1 bind = $mainMod, M, fullscreen, 1
bind = $mainMod, F, fullscreen, 0 bind = $mainMod, F, fullscreen, 0
# mouse_refocus = false work around since I need this set to false for zoom to work properly...
bind = $mainMod, Escape, focuscurrentorlast
# Hide Bar # Hide Bar
bind = $mainMod SHIFT, P, exec, killall ags || exec ags bind = $mainMod SHIFT, P, exec, killall ags || exec ags