diff --git a/config.def.h b/config.def.h index 9194782..cf0fde0 100644 --- a/config.def.h +++ b/config.def.h @@ -106,7 +106,7 @@ static Key keys[] = { { MODKEY, XK_minus, setgaps, {.i = -5 } }, { MODKEY, XK_equal, setgaps, {.i = +5 } }, { MODKEY|ShiftMask, XK_minus, setgaps, {.i = GAP_RESET } }, - { MODKEY|ShiftMask, XK_equal, setgaps, {.i = GAP_TOGGLE} }, + { MODKEY, XK_g, setgaps, {.i = GAP_TOGGLE} }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2)