default-config.kdl: add repeat=false to close-window

This commit is contained in:
Anselm Schüler
2025-06-12 14:28:32 +02:00
committed by Ivan Molodetskikh
parent a23ce10311
commit 730eab09fb

View File

@@ -369,7 +369,7 @@ binds {
// or do a four-finger swipe up on a touchpad.
Mod+O repeat=false { toggle-overview; }
Mod+Q { close-window; }
Mod+Q repeat=false { close-window; }
Mod+Left { focus-column-left; }
Mod+Down { focus-window-down; }