aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-21 07:56:50 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-21 07:58:23 +0400
commit751f79dc35cb61e685273fbaa67930c76dae5147 (patch)
tree14fb421c0eee3f362c1bd89a6adf188d61e66edc /resources
parentb8aa0a86e7a0cb3c96b11ed90940ae04e2653542 (diff)
downloadniri-751f79dc35cb61e685273fbaa67930c76dae5147.tar.gz
niri-751f79dc35cb61e685273fbaa67930c76dae5147.tar.bz2
niri-751f79dc35cb61e685273fbaa67930c76dae5147.zip
Comment out toggle-debug-tint default bind
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl5
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.