Add mouse shortuct to resize window in hyprland

This commit is contained in:
marc
2024-10-27 11:11:37 +01:00
parent d49b475e16
commit 25a24fe206

View File

@@ -175,6 +175,7 @@ in {
bindm = [ bindm = [
"${cfg.mod}, mouse:272, movewindow" "${cfg.mod}, mouse:272, movewindow"
"${cfg.mod} SHIFT, mouse:272, resizewindow 1"
]; ];
}; };
}; };