Adding renamed scratchpads patch
This commit is contained in:
@ -182,6 +182,13 @@ flextitledraw(Monitor *m, Client *c, int unused, int x, int w, int tabscheme, Ar
|
||||
int tw = w;
|
||||
|
||||
int clientscheme = (
|
||||
#if RENAMED_SCRATCHPADS_PATCH
|
||||
c->scratchkey != 0 && c == selmon->sel
|
||||
? SchemeScratchSel
|
||||
: c->scratchkey != 0
|
||||
? SchemeScratchNorm
|
||||
:
|
||||
#endif // RENAMED_SCRATCHPADS_PATCH
|
||||
c == selmon->sel && HIDDEN(c)
|
||||
? SchemeHidSel
|
||||
: HIDDEN(c)
|
||||
|
Reference in New Issue
Block a user