mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
default-config.kdl: add repeat=false to close-window
This commit is contained in:
committed by
Ivan Molodetskikh
parent
a23ce10311
commit
730eab09fb
@@ -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; }
|
||||
|
Reference in New Issue
Block a user