mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
Merge 5195e74c27 into d87bfcb34f
This commit is contained in:
commit
0b57fb0b7d
1 changed files with 6 additions and 0 deletions
|
|
@ -235,6 +235,12 @@ windowrule = opacity 0.4 override, match:tag alpha_0.4
|
|||
|
||||
The `tag` rule can only manipulate dynamic tags, and the `tagwindow` dispatcher only works with static tags (i.e. once the dispatcher is called, dynamic tags will be cleared).
|
||||
|
||||
The `tag` rule can be used with the negative: prefix to match any window not containing said tag.
|
||||
|
||||
```ini
|
||||
windowrule = noshadow, tag:negative:someTag
|
||||
```
|
||||
|
||||
### Example Rules
|
||||
|
||||
```ini
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue