From dcd0bcce1c3da0e0a26aced4b91b62623cc814d7 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 27 Dec 2018 10:56:02 +0100 Subject: Added alacritty as default desktop terminal --- config-desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-desktop.h b/config-desktop.h index 09ffac0..476fc90 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -108,7 +108,7 @@ static const Layout layouts[] = { /* commands */ static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", colors[0][ColBG], "-nf", colors[0][ColFG],"-sb", colors[1][ColBG], "-sf", colors[1][ColFG], NULL }; -static const char *termcmd[] = { "xterm", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const char *browsercmd[] = { "firefox", NULL }; static const char *emailcmd[] = { "thunderbird", NULL }; static const char *playercmd[] = { "deadbeef", NULL }; -- cgit v1.2.3