update terminal

This commit is contained in:
nemo 2025-06-14 12:24:31 +02:00
parent b09e2c4850
commit 70c429b5c0
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
static const char *termcmd[] = { "xfce4-terminal", "--hide-menubar", NULL };
static const char *firefox[] = { "firefox", NULL };
static const char *cacalendar[] = { "cacalendar", NULL };
static const char *pcmanfm[] = { "pcmanfm", NULL };