-
-
Notifications
You must be signed in to change notification settings - Fork 975
Description
In hyprland, I often have a lot of the same window open in a workspace (e.g. pdf viewer or terminal); This makes the workspace text very long, because there's one icon for every window, even if the windows are mostly all the same.
I would like an option to group icons together, e.g.
|πx5 π»| instead of |ππππ»ππ|
This could be configurable based on number of icons to display before they are grouped. E.g. if group_more_than_n_icons = 3, then it would show |ππ π»| but |πx3π»|, and also group_format, which in this example would be x{n}.
This would also allow to only ever show one icon per type of window, just set n=1 and group_format to empty.
Also this would probably be useful to other WMs as well, but I'm most familiar with hyprland.