Adding tiled indicators as suggested in #68

This commit is contained in:
bakkeby
2020-11-05 12:16:38 +01:00
parent f662f6e749
commit 251e3a23de
2 changed files with 3 additions and 0 deletions

View File

@ -105,4 +105,6 @@ drawstateindicator(Monitor *m, Client *c, unsigned int occ, int x, int y, int w,
#endif // FAKEFULLSCREEN_CLIENT_PATCH
if (c->isfloating)
drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, floatindicatortype);
else
drawindicator(m, c, occ, x, y, w, h, tag, filled, invert, tiledindicatortype);
}