From cc88a7d42ebb3cb205d9059e418876c886a40129 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 9 Nov 2024 10:19:43 +0300 Subject: default-config: Bind Ctrl-Alt-Del to quit This seems to be a shared bind across compositors. --- resources/default-config.kdl | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index bf5de45c..6a89f1b1 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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. -- cgit