added max

This commit is contained in:
Anselm R. Garbe 2006-07-12 16:40:37 +02:00
parent 4641aa2925
commit 6db5ffb6c9
3 changed files with 15 additions and 3 deletions

1
kb.c
View file

@ -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 },
};