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; } }