config: add content-type window criteria
This commit is contained in:
parent
fb5c50467b
commit
4fd70f03e1
22 changed files with 327 additions and 18 deletions
|
|
@ -249,7 +249,6 @@ The full specification of window criteria can be found in
|
|||
- `urgent` - Matches if the window wants/doesn't want attentions.
|
||||
- `focused` - Matches if the window is/isn't focused.
|
||||
- `fullscreen` - Matches if the window is/isn't fullscreen.
|
||||
- `just-mapped` - Matches if the window has/hasn't just been mapped. This is
|
||||
- `just-mapped` - Matches if the window has/hasn't just been mapped. This is
|
||||
true for a single frame after the window has been mapped.
|
||||
- `tag`, `tag-regex` - Matches the XDG toplevel tag of the window.
|
||||
|
|
@ -257,3 +256,5 @@ The full specification of window criteria can be found in
|
|||
- `x-instance`, `x-instance-regex` - Matches the X instance of the window.
|
||||
- `x-role`, `x-role-regex` - Matches the X role of the window.
|
||||
- `workspace`, `workspace-regex` - Matches the workspace of the window.
|
||||
- `content-types` - Matches the content type of a window. Currently there are
|
||||
three types: photos, videos, and games.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue