switch to alacritty

This commit is contained in:
krolxon 2024-05-14 10:55:33 +05:30
parent e4870c53e3
commit f4e0f98134
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/* Constants */ /* Constants */
#define BROWSER "librewolf" #define BROWSER "librewolf"
#define TERMINAL "st" #define TERMINAL "alacritty"
/* appearance */ /* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int borderpx = 2; /* border pixel of windows */
@ -67,7 +67,7 @@ static const Layout layouts[] = {
/* commands */ /* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run" }; 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 scratchpadname[] = "scratchpad";
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };

BIN
dwm

Binary file not shown.