From 3d5271556d116c4dec4c7b6a4d7ad3db3848681a Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 27 Dec 2018 11:14:02 +0100 Subject: Added alacritty as default terminal to laptop config --- config-laptop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-laptop.h') 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 }; -- cgit v1.2.3