Currently, when using a scrollable layout in Hyprland (as, I assume, in any other layout/WM), the order of the icons in each workspace corresponds to the order in which the applications were launched.
But it would be more convenient to see them in the order in which they are arranged in the layout, updating them as the windows are moved
Here are the icon settings I'm talking about
"hyprland/workspaces": {
"format": "{name}: {windows}",
"format-window-separator": "",
"workspace-taskbar": {
"enable": true,
"update-active-window": true,
"format": "{icon}",
"icon-size": 19
}
},
Currently, when using a scrollable layout in Hyprland (as, I assume, in any other layout/WM), the order of the icons in each workspace corresponds to the order in which the applications were launched.
But it would be more convenient to see them in the order in which they are arranged in the layout, updating them as the windows are moved
Here are the icon settings I'm talking about