aboutsummaryrefslogtreecommitdiff
path: root/kb.c
diff options
context:
space:
mode:
Diffstat (limited to 'kb.c')
-rw-r--r--kb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kb.c b/kb.c
index 76dc29e..76c8be1 100644
--- a/kb.c
+++ b/kb.c
@@ -23,6 +23,7 @@ static Key key[] = {
{ Mod1Mask, XK_k, sel, "prev" },
{ Mod1Mask, XK_j, sel, "next" },
{ Mod1Mask, XK_g, arrange, NULL },
+ { Mod1Mask, XK_m, max, NULL },
{ Mod1Mask | ShiftMask, XK_c, kill, NULL },
{ Mod1Mask | ShiftMask, XK_q, quit, NULL },
};