diff options
| -rw-r--r-- | resources/default-config.kdl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 609a7efe..e1ea0a2f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -555,6 +555,8 @@ binds { // Mod+Shift+E { quit skip-confirmation=true; } Mod+Shift+E { quit; } + // Powers off the monitors. To turn them back on, do any input like + // moving the mouse or pressing any other key. Mod+Shift+P { power-off-monitors; } // This debug bind will tint all surfaces green, unless they are being |
