diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-05-17 14:23:05 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-05-17 14:23:05 +0100 |
commit | 42c4b310032ca6f54cdc861d74369b6373d0c33e (patch) | |
tree | 79b0b72c02cd486f251a0c23ab7390e3b49a8f7a /config.def.h | |
parent | a785a0d71213c2ab628778727c4354ad5bb517fb (diff) | |
download | dwm-42c4b310032ca6f54cdc861d74369b6373d0c33e.tar.gz |
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 2891780..8bd6b69 100644 --- a/config.def.h +++ b/config.def.h @@ -25,7 +25,7 @@ Rule rules[] = { Layout layouts[] = { /* symbol function */ - { "[]=", tilev }, /* first entry is default */ + { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "<M>", monocle }, /* TODO: remove this */ }; |