summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-30 21:03:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-30 21:03:46 +0200
commit4fb26cd4a45cc90042cd6cb06077b51b20fa83c4 (patch)
tree9369d953c13a669c702b8d46c28efcad46fcaef8 /config.h
parentcf8aefdf23c53cb3f83428269aa74b6eb47657fd (diff)
Updates
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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 */