Added power options to submenu in LabWC
This commit is contained in:
parent
1a7437e08e
commit
8d01e00974
1 changed files with 11 additions and 6 deletions
|
@ -28,12 +28,17 @@
|
||||||
<item label="Reconfigure WM">
|
<item label="Reconfigure WM">
|
||||||
<action name="Reconfigure"></action>
|
<action name="Reconfigure"></action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Exit GUI">
|
<menu id="power-menu" label="Power Menu">
|
||||||
<action name="Exit"></action>
|
<item label="Shutdown">
|
||||||
</item>
|
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
||||||
<item label="Shutdown">
|
</item>
|
||||||
<action name="Execute"><command>systemctl -i poweroff</command></action>
|
<item label="Reboot">
|
||||||
</item>
|
<action name="Execute"><command>systemctl -i reboot</command></action>
|
||||||
|
</item>
|
||||||
|
<item label="Exit GUI">
|
||||||
|
<action name="Exit"></action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
</openbox_menu>
|
</openbox_menu>
|
||||||
|
|
Loading…
Reference in a new issue