Add icons
This commit is contained in:
parent
439d2a96c2
commit
071d28fc5e
|
@ -34,7 +34,7 @@ static char *colors[][3] = {
|
|||
};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "", "", "", "", "5", "6", "", "", "" };
|
||||
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
||||
|
||||
/* launcher commands (They must be NULL terminated) */
|
||||
static const char* grabc[] = { "grabc", "|", "tr", "-d", "'\n'", "|", "xclip", "-selection", "clipboard", NULL };
|
||||
|
|
2
config.h
2
config.h
|
@ -34,7 +34,7 @@ static char *colors[][3] = {
|
|||
};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = { "", "", "", "", "5", "6", "", "", "" };
|
||||
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
||||
|
||||
/* launcher commands (They must be NULL terminated) */
|
||||
static const char* grabc[] = { "grabc", "|", "tr", "-d", "'\n'", "|", "xclip", "-selection", "clipboard", NULL };
|
||||
|
|
Loading…
Reference in New Issue