diff --git a/config.h b/config.h index 7eb0498..1815a1c 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,6 @@ static const Key keys[] = { { ALTKEY, XK_space, spawn, {.v = dmenucmd } }, { WINKEY, XK_space, spawn, {.v = dmenucmd } }, { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, - { WINKEY, XK_Return, spawn, {.v = termcmd } }, { ALTKEY|ControlMask, XK_t, spawn, {.v = termcmd } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, @@ -77,7 +76,6 @@ static const Key keys[] = { { MODKEY, XK_d, incnmaster, {.i = -1 } }, { MODKEY, XK_h, setmfact, {.f = -0.05} }, { MODKEY, XK_l, setmfact, {.f = +0.05} }, - // TODO: Conflicting hotkey WIN+Ent { MODKEY, XK_Return, zoom, {0} }, { MODKEY, XK_Tab, view, {0} }, { MODKEY|ShiftMask, XK_c, killclient, {0} },