diff options
author | Eddy Pedroni <epedroni@pm.me> | 2023-08-01 15:03:10 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2023-08-01 15:03:10 +0200 |
commit | a2b1bc02f5585aec546e98071d7c4eb0c7c4e0a7 (patch) | |
tree | aa30ac09104ace30d6fa747cf19252e3107c0e00 | |
parent | d1cf3e7210ffcc4991092f9b12cca849a18b24aa (diff) |
Change default terminal back to xterm
-rw-r--r-- | config-desktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |