summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 08:48:01 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 08:48:01 +0200
commit47236cebb3bbbcb15c149f2c5dcb186f2dccab75 (patch)
tree7e4fc0d0551f2b3cecc8c1ea3bf5674563ec087c /config.def.h
parente43c350a22f2d9e18c27956b1097ad4c72d8c107 (diff)
Revert "fixes"
This reverts commit e43c350a22f2d9e18c27956b1097ad4c72d8c107.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 074d7e0..e5615b0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,7 +3,6 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
-static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */
static const unsigned int systrayspacing = 2; /* systray spacing */
@@ -66,7 +65,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL };
+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 Key keys[] = {