diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ /* Constants */ -#define TERMINAL "alacritty" -#define TERMCLASS "Alacritty" +#define TERMINAL "st" +#define TERMCLASS "St" /* appearance */ static unsigned int borderpx = 1; /* border pixel of windows */ |