From fa4126ab3d17bb910a975423953e5c27365603a9 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 26 Feb 2025 10:03:10 +0100 Subject: [PATCH] niri: Add debug shortcuts --- tree/.config/niri/config.kdl.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tree/.config/niri/config.kdl.tpl b/tree/.config/niri/config.kdl.tpl index 6ea663b..daf7cdd 100644 --- a/tree/.config/niri/config.kdl.tpl +++ b/tree/.config/niri/config.kdl.tpl @@ -481,4 +481,9 @@ binds { // 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; } + + // Debugging + Mod+Shift+Ctrl+T { toggle-debug-tint; } + Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; } + Mod+Shift+Ctrl+D { debug-toggle-damage; } }