diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-11 13:31:15 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-11 13:31:15 +0200 |
| commit | 11179ed4321a2dd2c76ddb066875d11b33b304c7 (patch) | |
| tree | fa33f597d5b48c1d2bd0421eeeb76c0fd62ed526 | |
| parent | 421b9864c4f99dc97a2fa4be398d57951271196e (diff) | |
Switched close window back to mod+shift+q
| -rw-r--r-- | home/rices/schrottkatze/niri/kdl/binds.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/rices/schrottkatze/niri/kdl/binds.kdl b/home/rices/schrottkatze/niri/kdl/binds.kdl index e79b3fc..a926b6e 100644 --- a/home/rices/schrottkatze/niri/kdl/binds.kdl +++ b/home/rices/schrottkatze/niri/kdl/binds.kdl @@ -8,7 +8,7 @@ binds { Mod+E repeat=false { spawn "kitty" "vi" "~/.config/niri/live.kdl"; } Mod+Ctrl+Shift+E { quit; } - Mod+Q { close-window; } + Mod+Shift+Q { close-window; } Mod+Ctrl+Shift+P { power-off-monitors; } Mod+Shift+Ctrl+Slash allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; } |
