aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorAnselm Schüler <mail@anselmschueler.com>2025-06-12 14:28:32 +0200
committerIvan Molodetskikh <yalterz@gmail.com>2025-06-12 07:25:31 -0700
commit730eab09fb71ce7d03dc2a82b205dcba47f90252 (patch)
tree3d34215eb33730aa4589d40f6f92db6e30e0f2da /resources
parenta23ce10311d2be91777099b90d8ca755a6b636e9 (diff)
downloadniri-730eab09fb71ce7d03dc2a82b205dcba47f90252.tar.gz
niri-730eab09fb71ce7d03dc2a82b205dcba47f90252.tar.bz2
niri-730eab09fb71ce7d03dc2a82b205dcba47f90252.zip
default-config.kdl: add repeat=false to close-window
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 7a4d1e99..bcab36cb 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -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; }