Use urxvt for Vi if available
This commit is contained in:
parent
b2c094fa9b
commit
96f7a0fb2e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Menu DefaultRootMenu
|
|||
Firefox f.exec "firefox &"
|
||||
GVIM f.exec "gvim &"
|
||||
LibreOffice f.exec "libreoffice &"
|
||||
Vi f.exec "xterm -e vi &"
|
||||
Vi f.exec "(urxvt -e vi || xterm -e vi) &"
|
||||
|
||||
no-label f.separator
|
||||
"Shuffle Up" f.circle_up
|
||||
|
|
Loading…
Reference in a new issue