mirror of
https://github.com/labwc/labwc.git
synced 2026-03-01 01:40:24 -05:00
workspaces: Add default workspace sub menu
This commit is contained in:
parent
c93d625938
commit
ff69988347
2 changed files with 26 additions and 0 deletions
|
|
@ -17,6 +17,16 @@
|
|||
<item label="AlwaysOnTop">
|
||||
<action name="ToggleAlwaysOnTop" />
|
||||
</item>
|
||||
<menu id="workspaces" label="Workspace">
|
||||
<item label="Move left">
|
||||
<action name="SendToDesktop" to="left" />
|
||||
<action name="GoToDesktop" to="left" />
|
||||
</item>
|
||||
<item label="Move right">
|
||||
<action name="SendToDesktop" to="right" />
|
||||
<action name="GoToDesktop" to="right" />
|
||||
</item>
|
||||
</menu>
|
||||
<item label="Close">
|
||||
<action name="Close" />
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue