summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2017-06-08 19:02:44 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2017-06-08 19:02:44 +0200
commit105b35192f55171e58f7ea40dfc572eeb50ebe30 (patch)
tree43587d402d4373d603465ade2553532c93dcfc01
parentfe46c0568544e535280363de2ec4857fc67e2a55 (diff)
Add Alacritty
-rw-r--r--rc/base/x11.kak3
1 files changed, 2 insertions, 1 deletions
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' \