X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/489ac07e83f5dabd23d494630c7bb61690bb56e0..a785a0d71213c2ab628778727c4354ad5bb517fb:/config.def.h 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 */