Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/Configuring/Window-Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ windowrule = opacity 0.4 override, 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
Expand Down