From fb96acf04b7b7b064250fdb4d3e7ddc0338adeda Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Thu, 10 Jul 2025 15:17:37 +0200 Subject: my version of dwm --- config.def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e15d4a2..c7d4c1c 100644 --- a/config.def.h +++ b/config.def.h @@ -29,7 +29,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1", "2", "3"}; static const Rule rules[] = { /* xprop(1): @@ -71,7 +71,8 @@ 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[] = { "tabbed", "-c", "-r", "2", "st", "-w", "''", "-e", "/usr/bin/zsh", NULL }; +// static const char *termcmd[] = { "st", NULL }; static const Key keys[] = { /* modifier key function argument */ -- cgit v1.2.3