From: Anselm R Garbe Date: Thu, 13 Mar 2008 10:21:03 +0000 (+0000) Subject: well I use a different default tile X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a well I use a different default tile --- diff --git a/config.anselm.h b/config.anselm.h index f546941..ea0f52e 100644 --- a/config.anselm.h +++ b/config.anselm.h @@ -27,8 +27,8 @@ Rule rules[] = { Layout layouts[] = { /* symbol function isfloating */ - { "[]=", tilev, False }, /* first entry is default */ - { "[]|", tileh, False }, + { "[]|", tileh, False }, /* first entry is default */ + { "[]=", tilev, False }, { "><>", floating, True }, { "[M]", monocle, True }, };