mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
action: support SendToDesktop 'follow' option
Make follow 'true' by default as per Openbox 3.6 specification. Note: this is an interface change. Fixes: issue #841
This commit is contained in:
parent
bdf6e13881
commit
33b98b19aa
6 changed files with 67 additions and 17 deletions
|
|
@ -25,11 +25,9 @@
|
|||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue