aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 10:56:02 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 10:56:02 +0100
commitdcd0bcce1c3da0e0a26aced4b91b62623cc814d7 (patch)
tree5fd8f0a3514385e1dfc0f66249d03f4d226b6498
parente7bd510ddf995ba68f84c102e9b92581320954f6 (diff)
Added alacritty as default desktop terminal
-rw-r--r--config-desktop.h2
1 files changed, 1 insertions, 1 deletions
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 };