mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Add ability to set workspace prefix when using number
This commit is contained in:
parent
90823b3350
commit
c531c973e5
4 changed files with 23 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue