Standreas
08d14bea58
Add default menu descriptions to labwc-menu.5.scd
2023-09-26 21:08:35 +01:00
Johan Malm
49dfba1507
menu: support CDATA for <command> element
...
...in order to support obmenu-generator output such as this:
<menu id="root-menu" label="Applications">
<item label="File Manager"><action name="Execute"><command><![CDATA[xdg-open .]]></command></action></item>
<item label="Terminal"><action name="Execute"><command><![CDATA[xterm]]></command></action></item>
<item label="Web Browser"><action name="Execute"><command><![CDATA[xdg-open http://]]></command></action></item>
<item label="Run command"><action name="Execute"><command><![CDATA[gmrun]]></command></action></item>
</menu>
References:
- https://github.com/trizen/obmenu-generator
- https://aur.archlinux.org/packages/obmenu-generator
- https://trizenx.blogspot.com/2012/02/obmenu-generator.html
Fixes: issue #972
2023-07-04 06:01:47 +01:00
Johan Malm
2afab5c694
labwc-menu(5): document separator
2022-11-29 19:45:57 +01:00
Johan Malm
70421b1207
menu: do not require label attribute for highest level menu definition
...
Allow highest level menu definitions - typically used for root-menu and
client-menu - to be defined like this:
<openbox_menu>
<menu id="">
</menu>
</openbox>
Previously this required a label attribute (which was not used for
anything and could be an empty string) as show below:
<openbox_menu>
<menu id="" label="">
</menu>
</openbox>
Closes issue #472
2022-08-11 20:59:57 +01:00
Johan Malm
c8dd19caa3
man pages: minor language and style changes
2022-05-31 22:01:26 +01:00
Johan Malm
9b29bbeb54
man pages: unify titles for better "man -k labwc" experience
2022-05-31 21:53:45 +01:00
Johan Malm
6bc457659e
labwc-menu(1): fix s/openbox/labwc/ typo
2022-04-21 21:26:04 +01:00
Johan Malm
12fb562682
docs/labwc-menu.5.scd: describe submenus
2021-11-13 22:19:52 +00:00
01micko
1c5b5c25c5
docs/labwc-menu.5.scd: fix menu definition
...
This is in line with 1a38cc8 and #109
2021-11-13 22:02:46 +00:00
Johan Malm
2061c6af14
Add labwc-menu(5)
2021-03-19 21:20:54 +00:00