sway/workspaces: support ignore window-rewrite

Similar to hyprland implementation to ignore "" empty rules
This commit is contained in:
Austin Horstman
2024-07-16 22:48:25 -05:00
parent 9c40137d05
commit 90ac7d5d2c
2 changed files with 12 additions and 7 deletions

View File

@ -87,6 +87,7 @@ warp-on-scroll: ++
Regex rules to map window class to an icon or preferred method of representation for a workspace's window.
Keys are the rules, while the values are the methods of representation.
Rules may specify `class<...>`, `title<...>`, or both in order to fine-tune the matching.
You may assign an empty value to a rule to have it ignored from generating any representation in workspaces.
*window-rewrite-default*:
typeof: string ++