aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:50:37 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:50:37 +0100
commit585294ce0f9ec693b5a4315e9ad794fbd0a7584d (patch)
tree468e771b8ba7c7c3d580ad74717127ee69114bd6 /config.def.h
parenta864a82b3460bbceda03709dfd9de34b19f9b8cf (diff)
removed the <M> togglelayout call
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 9262025..d62b131 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,8 +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 */
+ { "[]=", tile, updatetilegeom }, /* first entry is default */
+ { "><>", NULL, }, /* no layout function means floating behavior */
};
/* key definitions */
@@ -40,7 +40,6 @@ Key keys[] = {
{ MODKEY, XK_h, setmfact, "-0.05" },
{ MODKEY, XK_l, setmfact, "+0.05" },
{ MODKEY, XK_Return, zoom, NULL },
- { MODKEY, XK_m, togglelayout, "<M>" },
{ MODKEY, XK_Tab, viewprevtag, NULL },
{ MODKEY|ShiftMask, XK_c, killclient, NULL },
{ MODKEY, XK_space, togglelayout, NULL },