diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-08 09:02:49 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-08 09:02:49 +0200 |
| commit | 3b7992fdbf43daed8807ece8206e9dc550491127 (patch) | |
| tree | dfcff5acbc42639a46279b760595e967b1ea731a /config.def.h.rej | |
| parent | beee72381ac85300ee12fdb5242f241d9b897158 (diff) | |
fullgaps
Diffstat (limited to 'config.def.h.rej')
| -rw-r--r-- | config.def.h.rej | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/config.def.h.rej b/config.def.h.rej index fc7f038..74315a6 100644 --- a/config.def.h.rej +++ b/config.def.h.rej @@ -1,11 +1,12 @@ --- config.def.h +++ config.def.h -@@ -57,7 +58,7 @@ static const Layout layouts[] = { - #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } - - /* commands */ --static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; -+static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; - static const char *termcmd[] = { "st", NULL }; - - static const Key keys[] = { +@@ -86,6 +87,9 @@ static const Key keys[] = { + { MODKEY, XK_period, focusmon, {.i = +1 } }, + { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, + { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, ++ { MODKEY, XK_minus, setgaps, {.i = -1 } }, ++ { MODKEY, XK_equal, setgaps, {.i = +1 } }, ++ { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, + TAGKEYS( XK_1, 0) + TAGKEYS( XK_2, 1) + TAGKEYS( XK_3, 2) |
