diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-12 07:53:06 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-12 07:53:48 +0400 |
| commit | 67182129ff3e764655cc0811ee237c3d26140b66 (patch) | |
| tree | 73f95985b1309bd902bf63155cc8cfcbfe931637 /resources | |
| parent | d6b116d22961cfde4fbe58760076e441b587cfe0 (diff) | |
| download | niri-67182129ff3e764655cc0811ee237c3d26140b66.tar.gz niri-67182129ff3e764655cc0811ee237c3d26140b66.tar.bz2 niri-67182129ff3e764655cc0811ee237c3d26140b66.zip | |
Add skip-confirmation flag to the quit action
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 2cee1c62..3eceeecf 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -408,7 +408,11 @@ binds { Ctrl+Print { screenshot-screen; } Alt+Print { screenshot-window; } + // The quit action will show a confirmation dialog to avoid accidental exits. + // If you want to skip the confirmation dialog, set the flag like so: + // Mod+Shift+E { quit skip-confirmation=true; } Mod+Shift+E { quit; } + Mod+Shift+P { power-off-monitors; } Mod+Shift+Ctrl+T { toggle-debug-tint; } |
