Adding support for kitty
terminal
This commit is contained in:
parent
119d2e89e0
commit
a329f02701
|
@ -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} \
|
A shell command is appended to the one set in this option at runtime} \
|
||||||
str termcmd %sh{
|
str termcmd %sh{
|
||||||
for termcmd in 'alacritty -e sh -c' \
|
for termcmd in 'alacritty -e sh -c' \
|
||||||
|
'kitty sh -c' \
|
||||||
'termite -e ' \
|
'termite -e ' \
|
||||||
'urxvt -e sh -c' \
|
'urxvt -e sh -c' \
|
||||||
'rxvt -e sh -c' \
|
'rxvt -e sh -c' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user