default-config: Set repeat=off for the Overview bind

This commit is contained in:
Ivan Molodetskikh
2025-04-28 12:05:43 +03:00
parent a1ba6bcaa0
commit 9bb292ec82

View File

@@ -353,7 +353,7 @@ binds {
// Open/close the Overview: a zoomed-out view of workspaces and windows.
// You can also move the mouse into the top-left hot corner,
// or do a four-finger swipe up on a touchpad.
Mod+O { toggle-overview; }
Mod+O repeat=false { toggle-overview; }
Mod+Q { close-window; }