Add Alacritty
This commit is contained in:
parent
fe46c05685
commit
105b35192f
|
@ -3,7 +3,8 @@
|
||||||
decl -docstring %{shell command run to spawn a new terminal
|
decl -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 'termite -e ' \
|
for termcmd in 'alacritty -e sh -c' \
|
||||||
|
'termite -e ' \
|
||||||
'urxvt -e sh -c' \
|
'urxvt -e sh -c' \
|
||||||
'rxvt -e sh -c' \
|
'rxvt -e sh -c' \
|
||||||
'xterm -e sh -c' \
|
'xterm -e sh -c' \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user