well I use a different default tile

keyboard
Anselm R Garbe 17 years ago
parent 02673538bc
commit 3c5b6f03ba
  1. 4
      config.anselm.h

@ -27,8 +27,8 @@ Rule rules[] = {
Layout layouts[] = { Layout layouts[] = {
/* symbol function isfloating */ /* symbol function isfloating */
{ "[]=", tilev, False }, /* first entry is default */ { "[]|", tileh, False }, /* first entry is default */
{ "[]|", tileh, False }, { "[]=", tilev, False },
{ "><>", floating, True }, { "><>", floating, True },
{ "[M]", monocle, True }, { "[M]", monocle, True },
}; };

Loading…
Cancel
Save