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:
@@ -293,6 +293,14 @@ in
|
|||||||
|
|
||||||
"$mod" = "SUPER";
|
"$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 = [
|
bind = [
|
||||||
"$mod, Return, exec, footclient"
|
"$mod, Return, exec, footclient"
|
||||||
"$mod, q, killactive"
|
"$mod, q, killactive"
|
||||||
|
|||||||
Reference in New Issue
Block a user