mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
menu.xml: format XML better
This commit is contained in:
parent
945ae1cf55
commit
4f0c24d26e
1 changed files with 15 additions and 5 deletions
|
|
@ -3,11 +3,21 @@
|
||||||
<openbox_menu>
|
<openbox_menu>
|
||||||
|
|
||||||
<menu id="root-menu">
|
<menu id="root-menu">
|
||||||
<item label="Web browser"><action name="Execute"><command>firefox</command></action></item>
|
<item label="Web browser">
|
||||||
<item label="Terminal"><action name="Execute"><command>alacritty</command></action></item>
|
<action name="Execute"><command>firefox</command></action>
|
||||||
<item label="Reconfigure"><action name="Reconfigure"></action></item>
|
</item>
|
||||||
<item label="Exit"><action name="Exit"></action></item>
|
<item label="Terminal">
|
||||||
<item label="Poweroff"><action name="Execute"><command>systemctl -i poweroff</command></action></item>
|
<action name="Execute"><command>alacritty</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Reconfigure">
|
||||||
|
<action name="Reconfigure"></action>
|
||||||
|
</item>
|
||||||
|
<item label="Exit">
|
||||||
|
<action name="Exit"></action>
|
||||||
|
</item>
|
||||||
|
<item label="Poweroff">
|
||||||
|
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
||||||
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
</openbox_menu>
|
</openbox_menu>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue