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