summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2025-07-10 15:17:37 +0200
committerfilip <“filip.rabiega@gmail.com”>2025-07-10 15:17:37 +0200
commitfb96acf04b7b7b064250fdb4d3e7ddc0338adeda (patch)
tree57836149e3050b41dae630c27a9a5983dc58672f /config.def.h
parent703a0d95345d541d444057f16c059f0af347a3af (diff)
downloadchaddwm-fb96acf04b7b7b064250fdb4d3e7ddc0338adeda.tar.gz
chaddwm-fb96acf04b7b7b064250fdb4d3e7ddc0338adeda.tar.bz2
chaddwm-fb96acf04b7b7b064250fdb4d3e7ddc0338adeda.zip
my version of dwm
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 3 insertions, 2 deletions
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 */