feat(hyprland): add mouse bindings
This commit is contained in:
parent
e4f11bc630
commit
744ba98d0d
1 changed files with 8 additions and 0 deletions
|
@ -36,4 +36,12 @@
|
||||||
"$meh, mouse_up, resizeactive, 10% 10%"
|
"$meh, mouse_up, resizeactive, 10% 10%"
|
||||||
"$meh, mouse_down, resizeactive, -10% -10%"
|
"$meh, mouse_down, resizeactive, -10% -10%"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
bindm = [
|
||||||
|
"ALT, mouse:272, movewindow"
|
||||||
|
"ALT, mouse:273, resizeactive"
|
||||||
|
];
|
||||||
|
bindc = [
|
||||||
|
"ALT, mouse:272, togglefloating"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue