From 105b35192f55171e58f7ea40dfc572eeb50ebe30 Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Thu, 8 Jun 2017 19:02:44 +0200 Subject: [PATCH] Add Alacritty --- rc/base/x11.kak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/base/x11.kak b/rc/base/x11.kak index 4abe4c4a..83ee6029 100644 --- a/rc/base/x11.kak +++ b/rc/base/x11.kak @@ -3,7 +3,8 @@ decl -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 'termite -e ' \ + for termcmd in 'alacritty -e sh -c' \ + 'termite -e ' \ 'urxvt -e sh -c' \ 'rxvt -e sh -c' \ 'xterm -e sh -c' \