Merge pull request #1 from JackMechem/checkdiff

Add binding
This commit is contained in:
Jack Mechem 2026-02-10 03:51:55 +00:00 committed by GitHub
commit b32d65d6ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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