Using vim as the editor for menu.xml configs

This commit is contained in:
fedora 2019-06-03 14:18:24 +02:00
parent 45f3a29c60
commit c0fd92e5c7
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

@ -107,22 +107,22 @@
<separator/>
<item label="edit menu.xml">
<action name="Execute">
<command>xed ~/.config/openbox/menu.xml</command>
<command>gnome-terminal -- vimx ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="edit rc.xml">
<action name="Execute">
<command>xed ~/.config/openbox/rc.xml</command>
<command>gnome-terminal -- vimx ~/.config/openbox/rc.xml</command>
</action>
</item>
<item label="edit autostart">
<action name="Execute">
<command>xed ~/.config/openbox/autostart</command>
<command>gnome-terminal -- vimx ~/.config/openbox/autostart</command>
</action>
</item>
<item label="edit helper">
<action name="Execute">
<command>xed ~/.config/openbox/helper.sh</command>
<command>gnome-terminal -- vimx ~/.config/openbox/helper.sh</command>
</action>
</item>
<separator/>
@ -136,7 +136,7 @@
<menu id="compton" label="compton">
<item label="edit compton.conf">
<action name="Execute">
<command>exo-open ~/.config/compton.conf</command>
<command>gnome-terminal -- vimx ~/.config/compton.conf</command>
</action>
</item>
</menu>