home/hyprland: add keybinds for moving/resizing windows

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-22 23:41:39 +01:00
parent 39e718701b
commit 9aaea1c28e
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -215,6 +215,13 @@ in
lib.flatten
]);
bindm = [
"$mod, mouse:272, movewindow"
"$mod, Control_L, movewindow"
"$mod, mouse:273, resizewindow"
"$mod, ALT_L, resizewindow"
];
bindl = [
"$mod, p, exec, ${exe pkgs.mpc_cli} toggle"
",XF86AudioPlay, exec, ${exe pkgs.mpc_cli} toggle"