change TERMINAL to run_alacritty as well
This commit is contained in:
parent
0eecf7e785
commit
a362b3022b
2
config.h
2
config.h
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
#define BROWSER "librewolf"
|
#define BROWSER "librewolf"
|
||||||
#define TERMINAL "alacritty"
|
#define TERMINAL "run_alacritty"
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||||
|
|
|
||||||
Reference in New Issue