diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-27 11:14:02 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-27 11:14:02 +0100 |
commit | 3d5271556d116c4dec4c7b6a4d7ad3db3848681a (patch) | |
tree | a134e1f50b506b2163cf50791afae838997d0b1b | |
parent | e7bd510ddf995ba68f84c102e9b92581320954f6 (diff) |
Added alacritty as default terminal to laptop config
-rw-r--r-- | config-laptop.h | 4 |
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 }; |