diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-30 21:03:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-30 21:03:46 +0200 |
commit | 4fb26cd4a45cc90042cd6cb06077b51b20fa83c4 (patch) | |
tree | 9369d953c13a669c702b8d46c28efcad46fcaef8 | |
parent | cf8aefdf23c53cb3f83428269aa74b6eb47657fd (diff) |
Updates
-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 |