switch to alacritty
This commit is contained in:
parent
e4870c53e3
commit
f4e0f98134
4
config.h
4
config.h
|
|
@ -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 };
|
||||||
|
|
||||||
|
|
|
||||||
Reference in New Issue