diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-07-12 10:16:01 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-07-12 10:16:01 +1000 |
| commit | 911edf6ea30a78d63a8aa80bb6261c42e46a2c34 (patch) | |
| tree | 75f4aa4123a2c4e44e804ddf1d1dbc807f28c38b | |
| parent | c009067874949e96b005d0d37de0d5bea628ebf8 (diff) | |
| parent | b13e0598e2d0c151bf4c555b21a7c2737d6f800a (diff) | |
Merge branch 'patch-1' of http://github.com/catdevnull/kakoune
| -rw-r--r-- | rc/windowing/x11.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index b18f5d73..83686700 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -23,7 +23,7 @@ A shell command is appended to the one set in this option at runtime} \ 'mintty -e sh -c' \ 'sakura -x ' \ 'gnome-terminal -e ' \ - 'xfce4-terminal -e ' \ + 'xfce4-terminal -x sh -c' \ 'konsole -e '; do terminal=${termcmd%% *} if command -v $terminal >/dev/null 2>&1; then |
