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

View File

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

View File

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