menu: move ToggleOmnipresent to workspaces

...and rename it to "Always on Visible Workspace"

Issue: #1316
This commit is contained in:
Johan Malm 2023-12-19 21:24:55 +00:00 committed by Consolatis
parent b7ee8b16f3
commit 3101b0c5b1
12 changed files with 44 additions and 33 deletions

View file

@ -15,7 +15,7 @@
<item label="Decorations">
<action name="ToggleDecorations" />
</item>
<item label="AlwaysOnTop">
<item label="Always on Top">
<action name="ToggleAlwaysOnTop" />
</item>
<!--
@ -29,6 +29,10 @@
<item label="Move right">
<action name="SendToDesktop" to="right" />
</item>
<separator />
<item label="Always on Visible Workspace">
<action name="ToggleOmnipresent" />
</item>
</menu>
<item label="Close">
<action name="Close" />