diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.h | 4 | ||||
-rw-r--r-- | dwm.1 | 2 |
3 files changed, 3 insertions, 4 deletions
@@ -2,4 +2,3 @@ drw.o dwm dwm.o util.o -/* config.h */ @@ -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 */ @@ -58,7 +58,7 @@ click on a tag label adds/removes that tag to/from the focused window. .TP .B Mod1\-Shift\-Return Start -.BR alacritty(1). +.BR st(1). .TP .B Mod1\-p Spawn |