mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
9 lines
112 B
C
9 lines
112 B
C
enum {
|
|
DEFAULT_TAGS,
|
|
ALTERNATIVE_TAGS,
|
|
ALT_TAGS_DECORATION,
|
|
};
|
|
|
|
static char * tagicon(Monitor *m, int tag);
|
|
|