openbox: binding for launching vim
This commit is contained in:
parent
379c2b65cc
commit
6158f58bfb
@ -312,7 +312,7 @@
|
|||||||
<name>Terminal</name>
|
<name>Terminal</name>
|
||||||
</startupnotify>
|
</startupnotify>
|
||||||
<name>Lance </name>
|
<name>Lance </name>
|
||||||
<command>gnome-terminal</command>
|
<command>gnome-terminal --hide-menubar</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-e">
|
<keybind key="W-e">
|
||||||
@ -321,7 +321,16 @@
|
|||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<name>Terminal</name>
|
<name>Terminal</name>
|
||||||
</startupnotify>
|
</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>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->
|
<!-- Find the sound card id by looking into /proc/asound/cards and pass it by using the -c option-->
|
||||||
|
Loading…
Reference in New Issue
Block a user