[openbox] live menu update

This commit is contained in:
fhdk 2018-04-22 11:23:39 +02:00
parent 3129411ca0
commit 9b84e1180e
3 changed files with 42 additions and 23 deletions

View File

@ -37,7 +37,7 @@ xdg-utils
manjaro-settings-manager manjaro-settings-manager
## window manager and helpers ## window manager and helpers
compton # transparency compton # compositor
conky # info on screen conky # info on screen
dunst # messages dunst # messages
i3lock # lockscreen i3lock # lockscreen
@ -48,6 +48,7 @@ libmpdclient # polybar media controlling
lxmenu-data # openbox-menu data lxmenu-data # openbox-menu data
nitrogen # wallpaper management nitrogen # wallpaper management
ob-autostart # openbox autostart ob-autostart # openbox autostart
obconf # openbox config
obkey-gtk3 # openbox keypress editor obkey-gtk3 # openbox keypress editor
obmenu-generator # openbox menu generator obmenu-generator # openbox menu generator
openbox # window manager openbox # window manager
@ -83,10 +84,10 @@ termite # nonsense terminal
xfce4-terminal # xfce terminal xfce4-terminal # xfce terminal
## filemanager ## filemanager
catfish # filesearch utility catfish # filesearch
file-roller # archive manager utility file-roller # archive manager
mc # norton commander clone file manager mc # norton commander clone
ranger # highspeed console file manager ranger # alternative
thunar-gtk3 # well reputed file manager thunar-gtk3 # well reputed file manager
thunar-archive-plugin-gtk3 # plugin for archives thunar-archive-plugin-gtk3 # plugin for archives
thunar-media-tags-plugin # plugin for media thunar-media-tags-plugin # plugin for media

View File

@ -64,11 +64,16 @@
</menu> </menu>
<menu id="preferences" label="Preferences"> <menu id="preferences" label="Preferences">
<menu id="obConfig" label="Openbox"> <menu id="obConfig" label="Openbox">
<item label="Settings Editor"> <item label="Lx Appearance Editor">
<action name="Execute"> <action name="Execute">
<command>lxappearance</command> <command>lxappearance</command>
</action> </action>
</item> </item>
<item label="ObConf Appearance Editor">
<action name="Execute">
<command>obconf</command>
</action>
</item>
<item label="Menu Editor"> <item label="Menu Editor">
<action name="Execute"> <action name="Execute">
<command>kickshaw</command> <command>kickshaw</command>
@ -84,7 +89,12 @@
<command>ob-autostart</command> <command>ob-autostart</command>
</action> </action>
</item> </item>
<separator/> <item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator label="Configuration files"/>
<item label="Edit menu.xml"> <item label="Edit menu.xml">
<action name="Execute"> <action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command> <command>exo-open ~/.config/openbox/menu.xml</command>
@ -95,11 +105,6 @@
<command>exo-open ~/.config/openbox/rc.xml</command> <command>exo-open ~/.config/openbox/rc.xml</command>
</action> </action>
</item> </item>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator/> <separator/>
<item label="Openbox Reconfigure"> <item label="Openbox Reconfigure">
<action name="Reconfigure"/> <action name="Reconfigure"/>
@ -192,12 +197,16 @@
<command>exo-open --launch WebBrowser</command> <command>exo-open --launch WebBrowser</command>
</action> </action>
</item> </item>
<item label="Mail Reader">
<action name="Execute">
<command>exo-open --launch MailReader</command>
</action>
</item>
<item label="Text Editor"> <item label="Text Editor">
<action name="Execute"> <action name="Execute">
<command>subl3</command> <command>subl3</command>
</action> </action>
</item> </item> <separator/>
<separator/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/> <menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<menu id="accessories"/> <menu id="accessories"/>
<menu id="screenshot"/> <menu id="screenshot"/>

View File

@ -64,11 +64,16 @@
</menu> </menu>
<menu id="preferences" label="Preferences"> <menu id="preferences" label="Preferences">
<menu id="obConfig" label="Openbox"> <menu id="obConfig" label="Openbox">
<item label="Settings Editor"> <item label="Lx Appearance Editor">
<action name="Execute"> <action name="Execute">
<command>lxappearance</command> <command>lxappearance</command>
</action> </action>
</item> </item>
<item label="ObConf Appearance Editor">
<action name="Execute">
<command>obconf</command>
</action>
</item>
<item label="Menu Editor"> <item label="Menu Editor">
<action name="Execute"> <action name="Execute">
<command>kickshaw</command> <command>kickshaw</command>
@ -84,7 +89,12 @@
<command>ob-autostart</command> <command>ob-autostart</command>
</action> </action>
</item> </item>
<separator/> <item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator label="Configuration files"/>
<item label="Edit menu.xml"> <item label="Edit menu.xml">
<action name="Execute"> <action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command> <command>exo-open ~/.config/openbox/menu.xml</command>
@ -95,11 +105,6 @@
<command>exo-open ~/.config/openbox/rc.xml</command> <command>exo-open ~/.config/openbox/rc.xml</command>
</action> </action>
</item> </item>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator/> <separator/>
<item label="Openbox Reconfigure"> <item label="Openbox Reconfigure">
<action name="Reconfigure"/> <action name="Reconfigure"/>
@ -192,12 +197,16 @@
<command>exo-open --launch WebBrowser</command> <command>exo-open --launch WebBrowser</command>
</action> </action>
</item> </item>
<item label="Mail Reader">
<action name="Execute">
<command>exo-open --launch MailReader</command>
</action>
</item>
<item label="Text Editor"> <item label="Text Editor">
<action name="Execute"> <action name="Execute">
<command>subl3</command> <command>subl3</command>
</action> </action>
</item> </item> <separator/>
<separator/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/> <menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<menu id="accessories"/> <menu id="accessories"/>
<menu id="screenshot"/> <menu id="screenshot"/>