From 751f79dc35cb61e685273fbaa67930c76dae5147 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 21 Feb 2024 07:56:50 +0400 Subject: Comment out toggle-debug-tint default bind --- README.md | 1 - resources/default-config.kdl | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc2e341..371bcc0b 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,6 @@ The general system is: if a hotkey switches somewhere, then adding CtrlPrtSc | Take an area screenshot. Select the area to screenshot with mouse, then press Space to save the screenshot, or Escape to cancel | | AltPrtSc | Take a screenshot of the focused window to clipboard and to `~/Pictures/Screenshots/` | | CtrlPrtSc | Take a screenshot of the focused monitor to clipboard and to `~/Pictures/Screenshots/` | -| ModCtrlShiftT | Toggle debug tinting of rendered elements | | ModShiftE | Exit niri | ## Configuration 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. -- cgit