X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=96efa83f124058cfebd48bdc2ef1a4db02b93f26;hb=ae760f3f3883cbb4249d46d2213c86696c64cd04;hp=4e9a16f3f1c768ffaab280f765cd252ca0208e81;hpb=04dec4c94390fdf57893615de5b5872dd5abbce4;p=dwm.git diff --git a/config.default.h b/config.default.h index 4e9a16f..96efa83 100644 --- a/config.default.h +++ b/config.default.h @@ -32,6 +32,7 @@ static Layout layouts[] = { \ { "[]=", tile }, /* first entry is default */ \ { "><>", floating }, \ }; +#define RESIZEHINTS False /* True - respect size hints in tiled resizals */ #define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ #define SNAP 32 /* snap pixel */ @@ -46,8 +47,8 @@ Key keys[] = { \ { MODKEY, XK_b, togglebar, NULL }, \ { MODKEY, XK_j, focusnext, NULL }, \ { MODKEY, XK_k, focusprev, NULL }, \ - { MODKEY, XK_h, addtomwfact, "-0.05" }, \ - { MODKEY, XK_l, addtomwfact, "0.05" }, \ + { MODKEY, XK_h, setmwfact, "-0.05" }, \ + { MODKEY, XK_l, setmwfact, "+0.05" }, \ { MODKEY, XK_m, togglemax, NULL }, \ { MODKEY, XK_Return, zoom, NULL }, \ { MODKEY|ShiftMask, XK_space, togglefloating, NULL }, \