Fixed conflicting hotkey
This commit is contained in:
parent
6687de5c53
commit
43fbaae22c
1 changed files with 0 additions and 2 deletions
2
config.h
2
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} },
|
||||
|
|
Loading…
Reference in a new issue