From 67182129ff3e764655cc0811ee237c3d26140b66 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 12 Feb 2024 07:53:06 +0400 Subject: Add skip-confirmation flag to the quit action --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') 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; } -- cgit