From a2b1bc02f5585aec546e98071d7c4eb0c7c4e0a7 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 1 Aug 2023 15:03:10 +0200 Subject: Change default terminal back to xterm --- config-desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-desktop.h') diff --git a/config-desktop.h b/config-desktop.h index 6f808e6..bdb0f07 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -110,7 +110,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[] = { "alacritty", NULL }; +static const char *termcmd[] = { "xterm", NULL }; static const char *browsercmd[] = { "firefox", NULL }; static const char *emailcmd[] = { "thunderbird", NULL }; static const char *playercmd[] = { "deadbeef", NULL }; -- cgit v1.2.3