X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=4118d68d1f28dda4542716958913ee078ccc9083;hp=fdf4040f7aaabbb92fe311905139ecf04fe0a949;hb=47b1974446cfec795e4e92c68cbf24174956619f;hpb=d7b074fcce4877ed404f6a92671689fcdee9133b 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 }, };