From 9bb292ec82682c901b29e1da8e3dd0c19c5b75bb Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 28 Apr 2025 12:05:43 +0300 Subject: default-config: Set repeat=off for the Overview bind --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 197a4afa..c90847d7 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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; } -- cgit