workspaces: Add default workspace sub menu

This commit is contained in:
Consolatis 2022-06-15 02:02:15 +02:00
parent c93d625938
commit ff69988347
2 changed files with 26 additions and 0 deletions

View file

@ -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>