diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index a2780efa..dd4671fd 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -476,7 +476,10 @@ binds { Mod+Shift+P { power-off-monitors; } - Mod+Shift+Ctrl+T { toggle-debug-tint; } + // This debug bind will tint all surfaces green, unless they are being + // directly scanned out. It's therefore useful to check if direct scanout + // is working. + // Mod+Shift+Ctrl+T { toggle-debug-tint; } } // Settings for debugging. Not meant for normal use. |
