aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 11:14:02 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-12-27 11:14:02 +0100
commit3d5271556d116c4dec4c7b6a4d7ad3db3848681a (patch)
treea134e1f50b506b2163cf50791afae838997d0b1b
parente7bd510ddf995ba68f84c102e9b92581320954f6 (diff)
Added alacritty as default terminal to laptop config
-rw-r--r--config-laptop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-laptop.h b/config-laptop.h
index d05842a..8c69ec7 100644
--- a/config-laptop.h
+++ b/config-laptop.h
@@ -114,8 +114,8 @@ 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 *browsercmd[] = { "chromium", 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 };
static const char *editorcmd[] = { "gedit", NULL };