feat(hyprland): add mouse bindings

This commit is contained in:
Mohammad Rafiq 2025-06-08 23:46:15 +08:00
parent e4f11bc630
commit 744ba98d0d
No known key found for this signature in database

View file

@ -36,4 +36,12 @@
"$meh, mouse_up, resizeactive, 10% 10%"
"$meh, mouse_down, resizeactive, -10% -10%"
];
bindm = [
"ALT, mouse:272, movewindow"
"ALT, mouse:273, resizeactive"
];
bindc = [
"ALT, mouse:272, togglefloating"
];
}