X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=d62b1311a7c85afd2f72ab17dc1e55a246896be0;hb=585294ce0f9ec693b5a4315e9ad794fbd0a7584d;hp=f35769c41cfc9dedc8979389d9b463a0d99b2364;hpb=4246affc15dd378a33c58504b4abf3893b8c84cc;p=dwm.git diff --git a/config.def.h b/config.def.h index f35769c..d62b131 100644 --- a/config.def.h +++ b/config.def.h @@ -25,9 +25,8 @@ Rule rules[] = { #include "tile.c" Layout layouts[] = { /* symbol arrange geom */ - { "[]=", tile, tilegeom }, /* first entry is default */ - { "><>", NULL, }, /* no layout function means floating behavior */ - { "", monocle, NULL }, /* TODO: remove this */ + { "[]=", tile, updatetilegeom }, /* first entry is default */ + { "><>", NULL, }, /* no layout function means floating behavior */ }; /* key definitions */ @@ -37,13 +36,10 @@ Key keys[] = { { MODKEY, XK_p, spawn, "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" }, { MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" }, { MODKEY, XK_j, focusnext, NULL }, - { MODKEY|ShiftMask, XK_j, focusnext, "exact" }, { MODKEY, XK_k, focusprev, NULL }, - { MODKEY|ShiftMask, XK_k, focusprev, "exact" }, { MODKEY, XK_h, setmfact, "-0.05" }, { MODKEY, XK_l, setmfact, "+0.05" }, { MODKEY, XK_Return, zoom, NULL }, - { MODKEY, XK_m, togglelayout, "" }, { MODKEY, XK_Tab, viewprevtag, NULL }, { MODKEY|ShiftMask, XK_c, killclient, NULL }, { MODKEY, XK_space, togglelayout, NULL },