2019-11-23 19:46:58 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
|
|
<menu id="root-menu" label="Openbox 3">
|
|
|
|
<item label="New">
|
|
|
|
<action name="Execute">
|
|
|
|
<execute>~/bin/riosh/rio.sh new</execute>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Resize">
|
|
|
|
<action name="Execute">
|
|
|
|
<execute>~/bin/riosh/rio.sh resize</execute>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Move">
|
|
|
|
<action name="Execute">
|
|
|
|
<execute>~/bin/riosh/rio.sh move</execute>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Delete">
|
|
|
|
<action name="Execute">
|
|
|
|
<execute>~/bin/riosh/rio.sh delete</execute>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Hide">
|
|
|
|
<action name="Execute">
|
|
|
|
<execute>~/bin/riosh/rio.sh hide</execute>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
2023-03-08 05:41:05 +00:00
|
|
|
<menu id="udiskie" label="ext.storage" execute="/home/nilix/src/zenUtils/storage_menu.sh"/>
|
|
|
|
<separator/>
|
2019-11-23 19:46:58 +00:00
|
|
|
<item label="wallpaper">
|
|
|
|
<action name="Execute">
|
2023-03-08 05:41:05 +00:00
|
|
|
<command>nitrogen</command>
|
2019-11-23 19:46:58 +00:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
2023-03-08 05:41:05 +00:00
|
|
|
<item label="refresh">
|
2019-11-23 19:46:58 +00:00
|
|
|
<action name="Execute">
|
2023-03-08 05:41:05 +00:00
|
|
|
<command>openbox --reconfigure; killall cortile ; cortile</command>
|
2019-11-23 19:46:58 +00:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<item label="logout">
|
|
|
|
<action name="Execute">
|
2023-03-08 05:41:05 +00:00
|
|
|
<command>sudo /home/nilix/src/zenUtils/logout.sh -p</command>
|
2019-11-23 19:46:58 +00:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</openbox_menu>
|