feat: add ALT+LMB drag to move windows around in hyprland
This commit is contained in:
parent
a310ef4c08
commit
237c909565
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@
|
|||
"$mainMod, V, togglefloating"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
"ALT, mouse:272, movewindow"
|
||||
];
|
||||
|
||||
input = {
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 2; # Click on a window to change focus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue