[openbox-basic] pcmanfm, midori, mousepad

This commit is contained in:
fhdk 2018-06-20 17:14:12 +02:00
parent 05f18af83d
commit e05c012bfd
2 changed files with 13 additions and 8 deletions

View File

@ -45,6 +45,11 @@ manjaro-zsh-config
lightdm lightdm
lightdm-slick-greeter lightdm-slick-greeter
#####################
## text editor
#####################
mousepad
##################### #####################
## web browser ## web browser
##################### #####################

View File

@ -120,24 +120,24 @@
<command>termite</command> <command>termite</command>
</action> </action>
</item> </item>
<item label="Pcman FM">
<action name="Execute">
<command>pcmanfm</command>
</action>
</item>
<item label="Midnight Commander"> <item label="Midnight Commander">
<action name="Execute"> <action name="Execute">
<command>termite -e mc</command> <command>termite -e mc</command>
</action> </action>
</item> </item>
<item label="Ranger"> <item label="Midori Browser">
<action name="Execute"> <action name="Execute">
<command>termite -e ranger</command> <command>midori https://manjaro.org</command>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<command>termite -e lynx</command>
</action> </action>
</item> </item>
<item label="Text Editor"> <item label="Text Editor">
<action name="Execute"> <action name="Execute">
<command>termite -e nano</command> <command>mousepad</command>
</action> </action>
</item> </item>
<separator/> <separator/>