aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-12 07:53:06 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-12 07:53:48 +0400
commit67182129ff3e764655cc0811ee237c3d26140b66 (patch)
tree73f95985b1309bd902bf63155cc8cfcbfe931637 /resources
parentd6b116d22961cfde4fbe58760076e441b587cfe0 (diff)
downloadniri-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.kdl4
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; }