diff options
-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 }; |