Removing workaround to ensure that floating master stays on top, ref. #20

This commit is contained in:
bakkeby
2020-03-24 10:17:09 +01:00
parent becbb9bfbf
commit d17a306a94
3 changed files with 3 additions and 25 deletions

View File

@@ -2,7 +2,6 @@ static void flextile(Monitor *m);
static void mirrorlayout(const Arg *arg);
static void rotatelayoutaxis(const Arg *arg);
static void incnstack(const Arg *arg);
static void reattachstack(Monitor *m, int ai, int an);
/* Symbol handlers */
static void setflexsymbols(Monitor *m, unsigned int n);
@@ -105,4 +104,4 @@ static char tilesymb[] = {
35, // "#",
92, // "\\",
64, // "@",
};
};