changed config.def.h - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 247ba66c08f91ad90236f1656161c579ab2d7ca9 DIR parent d7b074fcce4877ed404f6a92671689fcdee9133b HTML Author: Anselm R Garbe <garbeam@gmail.com> Date: Thu, 6 Mar 2008 19:22:00 +0000 changed config.def.h Diffstat: M config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/config.def.h b/config.def.h @@ -56,8 +56,8 @@ Rule rules[] = { Layout layouts[] = { /* symbol function isfloating */ - { "[]|", tileh, False }, /* first entry is default */ - { "[]=", tilev, False }, + { "[]=", tilev, False }, /* first entry is default */ + { "[]|", tileh, False }, { "><>", floating, True }, { "[M]", monocle, True }, };