diff options
| author | Anselm Schüler <mail@anselmschueler.com> | 2025-06-12 14:28:32 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-06-12 07:25:31 -0700 |
| commit | 730eab09fb71ce7d03dc2a82b205dcba47f90252 (patch) | |
| tree | 3d34215eb33730aa4589d40f6f92db6e30e0f2da | |
| parent | a23ce10311d2be91777099b90d8ca755a6b636e9 (diff) | |
| download | niri-730eab09fb71ce7d03dc2a82b205dcba47f90252.tar.gz niri-730eab09fb71ce7d03dc2a82b205dcba47f90252.tar.bz2 niri-730eab09fb71ce7d03dc2a82b205dcba47f90252.zip | |
default-config.kdl: add repeat=false to close-window
| -rw-r--r-- | resources/default-config.kdl | 2 |
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; } |
