X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/02673538bc98daeb2fe31d3667b5f3e0884e4831..3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a:/config.anselm.h?ds=inline 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 }, };