home/hyprland: add keybinds for moving/resizing windows
This commit is contained in:
parent
39e718701b
commit
9aaea1c28e
@ -215,6 +215,13 @@ in
|
|||||||
lib.flatten
|
lib.flatten
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
bindm = [
|
||||||
|
"$mod, mouse:272, movewindow"
|
||||||
|
"$mod, Control_L, movewindow"
|
||||||
|
"$mod, mouse:273, resizewindow"
|
||||||
|
"$mod, ALT_L, resizewindow"
|
||||||
|
];
|
||||||
|
|
||||||
bindl = [
|
bindl = [
|
||||||
"$mod, p, exec, ${exe pkgs.mpc_cli} toggle"
|
"$mod, p, exec, ${exe pkgs.mpc_cli} toggle"
|
||||||
",XF86AudioPlay, exec, ${exe pkgs.mpc_cli} toggle"
|
",XF86AudioPlay, exec, ${exe pkgs.mpc_cli} toggle"
|
||||||
|
Loading…
Reference in New Issue
Block a user