default-config: Bind Ctrl-Alt-Del to quit

This seems to be a shared bind across compositors.
This commit is contained in:
Ivan Molodetskikh
2024-11-09 10:19:43 +03:00
parent c0829087da
commit cc88a7d42e
+1
View File
@@ -486,6 +486,7 @@ binds {
// The quit action will show a confirmation dialog to avoid accidental exits.
Mod+Shift+E { quit; }
Ctrl+Alt+Delete { quit; }
// Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key.