Browse Source

having monocle on Mod1-m

master
Anselm R Garbe 16 years ago
parent
commit
fa244aa7fb
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      config.def.h
  2. +1
    -1
      dwm.c

+ 1
- 0
config.def.h 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 },


+ 1
- 1
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;


Loading…
Cancel
Save