mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add a semi-working debug-toggle-damage binding
This commit is contained in:
@@ -166,3 +166,15 @@ binds {
|
||||
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
|
||||
}
|
||||
```
|
||||
|
||||
#### `debug-toggle-damage`
|
||||
|
||||
<sup>Since: 0.1.6</sup>
|
||||
|
||||
Tints damaged regions with red.
|
||||
|
||||
```
|
||||
binds {
|
||||
Mod+Shift+Ctrl+D { debug-toggle-damage; }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user