mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add toggle-window-rule-opacity action
This commit is contained in:
@@ -253,3 +253,14 @@ Or, in scripts:
|
||||
```shell
|
||||
niri msg action do-screen-transition --delay-ms 100
|
||||
```
|
||||
|
||||
#### `toggle-window-rule-opacity`
|
||||
|
||||
Toggle the opacity window rule of the focused window.
|
||||
This only has an effect if the window's opacity window rule is already set to semitransparent.
|
||||
|
||||
```kdl
|
||||
binds {
|
||||
Mod+O { toggle-window-rule-opacity; }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user