fix(hyprland): add mouse bindings for move and resize

This commit is contained in:
Michael Thomas 2024-08-05 16:45:47 -04:00
parent 739b1ae6c5
commit 10a5f8e136

View File

@ -113,6 +113,10 @@ in {
# will reset the submap, meaning end the current one and return to the global one
submap=reset
# mouse bindings
bindm=ALT,mouse:272,movewindow
bindm=ALT,mouse:273,resizewindow
'';
};