unbind m for layout

This commit is contained in:
Luke Smith 2020-01-20 20:02:54 -05:00
parent 8be48e0ae6
commit a25c11c1aa
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -199,7 +199,7 @@ static Key keys[] = {
/* { MODKEY, XK_F11, spawn, SHCMD("") }, */
{ MODKEY, XK_F12, spawn, SHCMD("st -e sudo nmtui") },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
/* { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, */
{ MODKEY, XK_space, zoom, {0} },