fix 2nd scratchpad's name to match given rule in rules section
This commit is contained in:
parent
0a379dcaf8
commit
5913b6c546
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -37,7 +37,7 @@ const char *spcmd2[] = {TERMINAL, "-n", "spcalc", "-f", "monospace:size=16", "-g
|
||||||
static Sp scratchpads[] = {
|
static Sp scratchpads[] = {
|
||||||
/* name cmd */
|
/* name cmd */
|
||||||
{"spterm", spcmd1},
|
{"spterm", spcmd1},
|
||||||
{"spranger", spcmd2},
|
{"spcalc", spcmd2},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* tagging */
|
/* tagging */
|
||||||
|
|
Loading…
Reference in a new issue