From: Anselm R Garbe Date: Thu, 6 Mar 2008 19:22:00 +0000 (+0000) Subject: changed config.def.h X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=247ba66c08f91ad90236f1656161c579ab2d7ca9 changed config.def.h --- diff --git a/config.def.h b/config.def.h index fdf4040..4118d68 100644 --- 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 }, };