aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.h4
-rwxr-xr-xdwmbin77064 -> 77064 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index a7546ea..433e3a3 100755
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
/* Constants */
#define BROWSER "librewolf"
-#define TERMINAL "st"
+#define TERMINAL "alacritty"
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
@@ -67,7 +67,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run" };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "alacritty", NULL };
static const char scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
diff --git a/dwm b/dwm
index f43c0b9..5a4a68f 100755
--- a/dwm
+++ b/dwm
Binary files differ