use st as default terminal from now on
656882d7
2 file(s) · +2 −2
| 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[] = { "uxterm", NULL }; |
|
| 54 | + | static const char *termcmd[] = { "st", NULL }; |
|
| 55 | 55 | ||
| 56 | 56 | static Key keys[] = { |
|
| 57 | 57 | /* modifier key function argument */ |
| 57 | 57 | .TP |
|
| 58 | 58 | .B Mod1\-Shift\-Return |
|
| 59 | 59 | Start |
|
| 60 | - | .BR uxterm (1). |
|
| 60 | + | .BR st(1). |
|
| 61 | 61 | .TP |
|
| 62 | 62 | .B Mod1\-, |
|
| 63 | 63 | Focus previous screen, if any. |