Adding tiled indicators as suggested in #68
This commit is contained in:
@ -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);
|
||||
}
|
Reference in New Issue
Block a user