Adding support for kitty terminal

This commit is contained in:
Katharina Fey 2018-06-19 09:38:15 +02:00
parent 119d2e89e0
commit a329f02701
No known key found for this signature in database
GPG Key ID: 90734A9E619C8A6C

View File

@ -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' \