a little change
This commit is contained in:
parent
1a2d8bbbad
commit
af834e8abc
1 changed files with 2 additions and 2 deletions
|
@ -61,10 +61,10 @@ static const unsigned int alphas[][3] = {
|
|||
};
|
||||
|
||||
/* tagging */
|
||||
/* static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
/* static const char *tags[] = { "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine" }; */
|
||||
/* static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX" }; */
|
||||
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
|
||||
/* static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; */
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
* WM_CLASS(STRING) = instance, class
|
||||
|
|
Loading…
Add table
Reference in a new issue