X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=8bd6b69ae5c7b01b61386b5d21386dd69edb4b58;hb=42c4b310032ca6f54cdc861d74369b6373d0c33e;hp=437a0f2e7d41e5cf849ba4d27c43067b6ef897fc;hpb=489ac07e83f5dabd23d494630c7bb61690bb56e0;p=dwm.git diff --git a/config.def.h b/config.def.h index 437a0f2..8bd6b69 100644 --- a/config.def.h +++ b/config.def.h @@ -24,10 +24,10 @@ Rule rules[] = { #define SNAP 32 /* snap pixel */ Layout layouts[] = { - /* symbol function isfloating */ - { "[]=", tilev, False }, /* first entry is default */ - { "><>", NULL, True }, - { "", monocle, True }, + /* symbol function */ + { "[]=", tile }, /* first entry is default */ + { "><>", NULL }, /* no layout function means floating behavior */ + { "", monocle }, /* TODO: remove this */ }; /* key definitions */