diff options
| -rw-r--r-- | resources/default-config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
