Using vim as the editor for menu.xml configs
This commit is contained in:
parent
45f3a29c60
commit
c0fd92e5c7
@ -107,22 +107,22 @@
|
|||||||
<separator/>
|
<separator/>
|
||||||
<item label="edit menu.xml">
|
<item label="edit menu.xml">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xed ~/.config/openbox/menu.xml</command>
|
<command>gnome-terminal -- vimx ~/.config/openbox/menu.xml</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="edit rc.xml">
|
<item label="edit rc.xml">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xed ~/.config/openbox/rc.xml</command>
|
<command>gnome-terminal -- vimx ~/.config/openbox/rc.xml</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="edit autostart">
|
<item label="edit autostart">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xed ~/.config/openbox/autostart</command>
|
<command>gnome-terminal -- vimx ~/.config/openbox/autostart</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="edit helper">
|
<item label="edit helper">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>xed ~/.config/openbox/helper.sh</command>
|
<command>gnome-terminal -- vimx ~/.config/openbox/helper.sh</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<separator/>
|
<separator/>
|
||||||
@ -136,7 +136,7 @@
|
|||||||
<menu id="compton" label="compton">
|
<menu id="compton" label="compton">
|
||||||
<item label="edit compton.conf">
|
<item label="edit compton.conf">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>exo-open ~/.config/compton.conf</command>
|
<command>gnome-terminal -- vimx ~/.config/compton.conf</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
Loading…
Reference in New Issue
Block a user