Removed Mod+Tab shortcut
This commit is contained in:
parent
abc641f117
commit
c24c06ce40
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ static const Key keys[] = {
|
|||
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
|
||||
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
|
||||
{ MODKEY, XK_Return, zoom, {0} },
|
||||
{ MODKEY, XK_Tab, view, {0} },
|
||||
/* tab interferes with my other stuff, i'll prolly bind this later { MODKEY, XK_Tab, view, {0} }, */
|
||||
{ MODKEY, XK_w, killclient, {0} },
|
||||
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
|
||||
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue