Add skip-confirmation flag to the quit action

This commit is contained in:
Ivan Molodetskikh
2024-02-12 07:53:06 +04:00
parent d6b116d229
commit 67182129ff
5 changed files with 50 additions and 18 deletions
+4
View File
@@ -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; }