X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=42f00ae52dd9003fb3b9289df6115b75f0c4049c;hp=c1c9653f07c1dc6ec91d90d6663dbab257c48304;hb=7f70d90219c4a33c79ff93b49fb24ee7a6f62b4d;hpb=858251de46c50498b261b312f2df03531dd9923c diff --git a/config.def.h b/config.def.h index c1c9653..42f00ae 100644 --- a/config.def.h +++ b/config.def.h @@ -35,8 +35,11 @@ Geom geoms[] = { Layout layouts[] = { /* symbol function isfloating */ { "[]=", tilev, False }, /* first entry is default */ + { "<>=", tilev, True }, { "[]|", tileh, False }, - { "><>", floating, True }, + { "<>|", tileh, True }, + { "><>", NULL, True }, + { "[m]", monocle, False }, { "[M]", monocle, True }, };