From ba4e7481c3be18c3ec0faeca03ab44a1b49e75bf Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 14 Mar 2024 08:04:34 +0400 Subject: default-config: Clarify how to power on monitors --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit