static const Layout layouts[] = {
/* symbol arrange function */
- { "[]=", tile }, /* first entry is default */
- { "><>", NULL }, /* no layout function means floating behavior */
- { "[M]", monocle },
+ { "◧", tile }, /* first entry is default */
+ { "🗗", NULL }, /* no layout function means floating behavior */
+ { "🔍", monocle }, // TODO hide unfocused windows for background transparency?
};
/* key definitions */