Add ability to set workspace prefix when using number

This commit is contained in:
DonO 2024-03-11 13:35:57 -05:00
parent 90823b3350
commit c531c973e5
4 changed files with 23 additions and 5 deletions

View file

@ -100,9 +100,18 @@
Or it can also be configured like this:
<desktops number="4" />
Or like this:
<desktops>
<popupTime>500</popupTime>
<number>5</number>
<prefix>ws</prefix>
</desktops>
popupTime defaults to 1000 so could be left out.
Set to 0 to completely disable the workspace OSD.
prefix defaults to "Workspace" when using number instead of names.
Use GoToDesktop left | right to switch workspaces.
Use SendToDesktop left | right to move windows.
See man labwc-actions for further information.