X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=289178061f98b86bdae1e325e2260c81f353a003;hb=a785a0d71213c2ab628778727c4354ad5bb517fb;hp=437a0f2e7d41e5cf849ba4d27c43067b6ef897fc;hpb=489ac07e83f5dabd23d494630c7bb61690bb56e0;p=dwm.git diff --git a/config.def.h b/config.def.h index 437a0f2..2891780 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 */ + { "[]=", tilev }, /* first entry is default */ + { "><>", NULL }, /* no layout function means floating behavior */ + { "", monocle }, /* TODO: remove this */ }; /* key definitions */