From 202a6c8a040ea8db5af863a38114ff53bf2f99c5 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 21 Apr 2025 22:39:17 +0100 Subject: [PATCH] windowrules: add xdgTag --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 78370e7f..26bacc2e 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -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.