[hyprland] Fixes mouse keybindings

This commit is contained in:
2025-03-08 11:54:20 -08:00
parent 158bbf3089
commit 54e6a63ab7

View File

@@ -348,9 +348,10 @@
]; ];
# m = mouse bindings # m = mouse bindings
# These use just SUPER so I can hit them with my left hand
bindm = [ bindm = [
"$mainMod, mouse:272, hy3:movewindow" "SUPER, mouse:272, movewindow"
"$mainMod, mouse:273, resizewindow" "SUPER, mouse:273, resizewindow"
]; ];
# n = non-consuming # n = non-consuming