[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-slick-greeter
#####################
## text editor
#####################
mousepad
#####################
## web browser
#####################

View File

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