having monocle on Mod1-m

This commit is contained in:
Anselm R Garbe 2008-05-11 20:25:24 +01:00
parent 7ac4f8a4af
commit fa244aa7fb
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ Key keys[] = {
{ MODKEY, XK_h, setmfact, "-0.05" },
{ MODKEY, XK_l, setmfact, "+0.05" },
{ MODKEY, XK_Return, zoom, NULL },
{ MODKEY, XK_m, setlayout, "<M>" },
{ MODKEY, XK_Tab, viewprevtag, NULL },
{ MODKEY|ShiftMask, XK_c, killclient, NULL },
{ MODKEY, XK_space, setlayout, NULL },

2
dwm.c
View File

@ -1722,7 +1722,7 @@ updategeom(void) {
/* window area geometry */
wx = sx;
wy = sy;
wy = sy + bh;
ww = sw;
wh = sh - bh;