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
In my case I have two monitors and 10 workspaces, each monitor has 5 workspaces.
The issue is that when changing the workspace index to start at 1 instead of 0, the numbers in the modeline apears [2|3|4|5|6] on the first monitor and [1|7|8|9|10] on the second monitor
It would be nice to add an option that will allow to change the visual number of the exwm workspaces in the modeline.
The text was updated successfully, but these errors were encountered:
Yeah, that was the intended behaviour; the package simply reuses exwm-workspace-index-map for display. I thought it made sense because, for instance, M-x exwm-workspace-switch also uses that.
But I've added exwm-modeline-workspace-index-map if you need that. So, e.g.:
EXWM allows mapping of workspace numbers to start from 1 instead of 0
which is really intuitive.
In my case I have two monitors and 10 workspaces, each monitor has 5 workspaces.
The issue is that when changing the workspace index to start at 1 instead of 0, the numbers in the modeline apears [2|3|4|5|6] on the first monitor and [1|7|8|9|10] on the second monitor
It would be nice to add an option that will allow to change the visual number of the exwm workspaces in the modeline.
The text was updated successfully, but these errors were encountered: