feat(home): drag to move/resize windows with $mod+mouse

Reach oversized floating dialogs (GTK pickers) whose confirm button
lands off-screen on short displays.
This commit is contained in:
2026-07-06 20:47:05 +02:00
parent 7437ed9dc0
commit 213d2d0b5b
+8
View File
@@ -293,6 +293,14 @@ in
"$mod" = "SUPER";
# Drag to move ($mod+LMB) / resize ($mod+RMB) any window. Needed to reach
# oversized floating dialogs (e.g. GTK save/upload pickers) whose confirm
# button lands off-screen on short displays.
bindm = [
"$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow"
];
bind = [
"$mod, Return, exec, footclient"
"$mod, q, killactive"