Skip to content

Conversation

@andycandy-dev
Copy link

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
    ]

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
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant