diff options
author | julian T <julian@jtle.dk> | 2019-01-28 12:42:17 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2019-01-28 12:42:17 +0100 |
commit | 7e5f1a57aa53e8b49bf53f4e038fae5e26c4b456 (patch) | |
tree | 2ee2633b2db91075bf3b3b4c5290783b48a0b567 /config.def.h | |
parent | 67949b8b32c6ccadf689097221e375cd2c221c7f (diff) |
Added single-tagset patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 8393a58..98091a7 100644 --- a/config.def.h +++ b/config.def.h @@ -61,6 +61,8 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; static const char *termcmd[] = { "st", NULL }; +#include "keepfloatingposition.c" + static Key keys[] = { /* modifier key function argument */ { MODKEY, XK_p, spawn, {.v = dmenucmd } }, |