X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=8bd6b69ae5c7b01b61386b5d21386dd69edb4b58;hp=289178061f98b86bdae1e325e2260c81f353a003;hb=42c4b310032ca6f54cdc861d74369b6373d0c33e;hpb=a785a0d71213c2ab628778727c4354ad5bb517fb diff --git a/config.def.h b/config.def.h index 2891780..8bd6b69 100644 --- a/config.def.h +++ b/config.def.h @@ -25,7 +25,7 @@ Rule rules[] = { Layout layouts[] = { /* symbol function */ - { "[]=", tilev }, /* first entry is default */ + { "[]=", tile }, /* first entry is default */ { "><>", NULL }, /* no layout function means floating behavior */ { "", monocle }, /* TODO: remove this */ };