openbox: binding for launching vim

This commit is contained in:
Mathieu Maret 2017-08-16 14:11:16 +02:00
parent 379c2b65cc
commit 6158f58bfb
1 changed files with 11 additions and 2 deletions

View File

@ -312,7 +312,7 @@
<name>Terminal</name>
</startupnotify>
<name>Lance </name>
<command>gnome-terminal</command>
<command>gnome-terminal --hide-menubar</command>
</action>
</keybind>
<keybind key="W-e">
@ -321,7 +321,16 @@
<enabled>true</enabled>
<name>Terminal</name>
</startupnotify>
<command>gnome-terminal</command>
<command>gnome-terminal --hide-menubar</command>
</action>
</keybind>
<keybind key="W-v">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>Terminal</name>
</startupnotify>
<command>gnome-terminal --hide-menubar -e vim</command>
</action>
</keybind>
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->