From 4fb26cd4a45cc90042cd6cb06077b51b20fa83c4 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 30 Aug 2021 21:03:46 +0200 Subject: Updates --- .gitignore | 1 - config.h | 4 ++-- dwm.1 | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 463c863..816ea1c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ drw.o dwm dwm.o util.o -/* config.h */ diff --git a/config.h b/config.h index 4363c5b..b2f49ce 100644 --- a/config.h +++ b/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 */ diff --git a/dwm.1 b/dwm.1 index 70bbb10..829047b 100644 --- a/dwm.1 +++ b/dwm.1 @@ -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 -- cgit v1.2.3-70-g09d2