windowrules: add xdgTag

This commit is contained in:
Vaxry 2025-04-21 22:39:17 +01:00
parent f282b2555f
commit 202a6c8a04
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -71,6 +71,7 @@ The supported fields for parameters are:
| workspace:\[w\] | Windows on matching workspace. `w` can be `id` or `name:string`. |
| onworkspace:\[w\] | Windows on matching workspace. `w` can be `id`, `name:string` or `workspace selector`. |
| content:\[none\|photo\|video\|game\] | Windows with specified content type |
| xdgtag:\[string\] | Match a window by its xdgTag (see `hyprctl clients` to check if it has one) |
Keep in mind that you _have_ to declare at least one field, but not all.