I'd like a custom sort order for workspace buttons on the bar.
A setting like bar { order 'one' 'two' 'three' } would ensure that, when a new workspace is activated, the populated workspaces have their buttons shifted so that the ones from the order setting appear first, in the order specified.
You can achieve that effect by naming your workspaces 1: one, 2: two, 3: three then using strip_workspace_numbers yes in your bar config.
ow! cool. sorry
Most helpful comment
You can achieve that effect by naming your workspaces
1: one,2: two,3: threethen usingstrip_workspace_numbers yesin your bar config.