X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=17404e06354f6383c897b4f076c5550cb85ad56e;hb=f315d54f3f2a4ea25a0846453aaffd1bf467f4b8;hp=50d01a3d2567c75a835a9e59be16195554308c42;hpb=a0d0126de711ec7ef15780c0604194af3d15528e;p=dwm.git diff --git a/config.def.h b/config.def.h index 50d01a3..17404e0 100644 --- a/config.def.h +++ b/config.def.h @@ -58,7 +58,7 @@ 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", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL }; +static const char *dmenucmd[] = { "dmenu_run" }; static const char *termcmd[] = { "st", NULL }; /* @@ -105,9 +105,6 @@ static 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)