niri: Add debug shortcuts

This commit is contained in:
2025-02-26 10:03:10 +01:00
parent a68cd06f99
commit fa4126ab3d

View File

@ -481,4 +481,9 @@ binds {
// Powers off the monitors. To turn them back on, do any input like // Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key. // moving the mouse or pressing any other key.
// Mod+Shift+P { power-off-monitors; } // 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; }
} }