do not take our font declaration as default for st
4fb31e08
1 file(s) · +1 −1
| 51 | 51 | ||
| 52 | 52 | /* commands */ |
|
| 53 | 53 | static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; |
|
| 54 | - | static const char *termcmd[] = { "st", "-f", font, NULL }; |
|
| 54 | + | static const char *termcmd[] = { "st", NULL }; |
|
| 55 | 55 | ||
| 56 | 56 | static Key keys[] = { |
|
| 57 | 57 | /* modifier key function argument */ |