From 7ade1053197157157188a47e316f897983af9658 Mon Sep 17 00:00:00 2001 From: codesoap Date: Fri, 7 Jun 2019 21:16:49 +0200 Subject: [PATCH] Add st (simple terminal) to the known terminals --- rc/windowing/x11.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index 22974950..7f36d215 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -18,6 +18,7 @@ A shell command is appended to the one set in this option at runtime} \ 'termite -e ' \ 'urxvt -e sh -c' \ 'rxvt -e sh -c' \ + 'st -e sh -c' \ 'xterm -e sh -c' \ 'roxterm -e sh -c' \ 'mintty -e sh -c' \