summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-01-20 20:02:54 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-01-20 20:02:54 -0500
commita25c11c1aa5af6e97852334d2d516a737768a512 (patch)
tree75a61fcdf67d35dd473c2b9e7d9278b59f2d3e5c
parent8be48e0ae6c8099ac2a30418efc649fd4c972910 (diff)
unbind m for layout
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 804115b..8c1a92b 100644
--- a/config.h
+++ b/config.h
@@ -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} },