mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
config: support <desktops number=> update documentation
This commit is contained in:
parent
1e33734543
commit
629bc9c978
2 changed files with 9 additions and 10 deletions
|
|
@ -202,6 +202,10 @@ Therefore, where multiple objects of the same kind are required (for example
|
||||||
GoToDesktop and windows can be moved with SendToDesktop. See
|
GoToDesktop and windows can be moved with SendToDesktop. See
|
||||||
labwc-actions(5) for more information about their arguments.
|
labwc-actions(5) for more information about their arguments.
|
||||||
|
|
||||||
|
The number attribute defines the minimum number of workspaces. Default is 1.
|
||||||
|
The number attribute is optional. If the number attribute is specified, names.name
|
||||||
|
is not required.
|
||||||
|
|
||||||
*<desktops><popupTime>*
|
*<desktops><popupTime>*
|
||||||
Define the timeout after which to hide the workspace OSD.
|
Define the timeout after which to hide the workspace OSD.
|
||||||
A setting of 0 disables the OSD. Default is 1000 ms.
|
A setting of 0 disables the OSD. Default is 1000 ms.
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
See man labwc-actions for further information.
|
See man labwc-actions for further information.
|
||||||
|
|
||||||
Workspaces can be configured like this:
|
Workspaces can be configured like this:
|
||||||
<desktops number="4">
|
<desktops>
|
||||||
<popupTime>1000</popupTime>
|
<popupTime>1000</popupTime>
|
||||||
<names>
|
<names>
|
||||||
<name>Workspace 1</name>
|
<name>Workspace 1</name>
|
||||||
|
|
@ -78,20 +78,15 @@
|
||||||
<name>Workspace 4</name>
|
<name>Workspace 4</name>
|
||||||
</names>
|
</names>
|
||||||
</desktops>
|
</desktops>
|
||||||
|
|
||||||
|
Or it can also be configured like this:
|
||||||
|
<desktops number="4" />
|
||||||
-->
|
-->
|
||||||
<desktops number="4">
|
|
||||||
<!--
|
<!--
|
||||||
popupTime defaults to 1000 so could be left out.
|
popupTime defaults to 1000 so could be left out.
|
||||||
Set to 0 to completely disable the workspace OSD.
|
Set to 0 to completely disable the workspace OSD.
|
||||||
-->
|
-->
|
||||||
<popupTime>1000</popupTime>
|
|
||||||
<names>
|
|
||||||
<name>Default</name>
|
|
||||||
<name>Browsing</name>
|
|
||||||
<name>Music</name>
|
|
||||||
<name>Chat</name>
|
|
||||||
</names>
|
|
||||||
</desktops>
|
|
||||||
|
|
||||||
<!-- Percent based regions based on output usable area, % char is required -->
|
<!-- Percent based regions based on output usable area, % char is required -->
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue