mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-18 21:28:09 +00:00
7 lines
110 B
C
7 lines
110 B
C
|
enum {
|
||
|
DEFAULT_TAGS,
|
||
|
ALTERNATIVE_TAGS,
|
||
|
ALT_TAGS_DECORATION,
|
||
|
};
|
||
|
|
||
|
static char * tagicon(Monitor *m, int tag);
|