You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new configuration option 'deduplicate-windows' that filters
duplicate application entries from workspace window lists.
When enabled, this feature tracks seen window representations and
skips duplicates based on their rewritten representation (after
window-rewrite rules are applied).
The deduplication works for both display modes:
- Regular {windows} format string substitution
- Workspace taskbar feature
This is useful when multiple windows of the same application appear
in a workspace and users prefer to see only unique entries.
Usage:
"hyprland/workspaces": {
"deduplicate-windows": true
}
0 commit comments