X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/02673538bc98daeb2fe31d3667b5f3e0884e4831..2fc9cffdeb96dabd52bff22359a0091e1f1e2e4f:/config.anselm.h?ds=sidebyside diff --git a/config.anselm.h b/config.anselm.h index f546941..937ab81 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 }, }; @@ -78,13 +78,13 @@ setanselmgeoms(void) { void anselmgeoms(const char *arg) { setgeoms = setanselmgeoms; - arrange(); + setlayout("[]|"); } void defgeoms(const char *arg) { setgeoms = setdefaultgeoms; - arrange(); + setlayout("[]="); } /* key definitions */