aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
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; }