From a329f027016489e6674543602784c331f1e21919 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 19 Jun 2018 09:38:15 +0200 Subject: [PATCH] Adding support for `kitty` terminal --- rc/base/x11.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/base/x11.kak b/rc/base/x11.kak index 5d16fd6c..484cee9b 100644 --- a/rc/base/x11.kak +++ b/rc/base/x11.kak @@ -4,6 +4,7 @@ declare-option -docstring %{shell command run to spawn a new terminal A shell command is appended to the one set in this option at runtime} \ str termcmd %sh{ for termcmd in 'alacritty -e sh -c' \ + 'kitty sh -c' \ 'termite -e ' \ 'urxvt -e sh -c' \ 'rxvt -e sh -c' \