diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-14 10:55:33 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-14 10:55:33 +0530 |
| commit | f4e0f981349a5e91c207ee907fade3afa2f31702 (patch) | |
| tree | 306e04da70f75448cb5df39e934bd5b96282100a | |
| parent | e4870c53e35e034f5337f096375ff5504802b42c (diff) | |
switch to alacritty
| -rwxr-xr-x | config.h | 4 | ||||
| -rwxr-xr-x | dwm | bin | 77064 -> 77064 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -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 }; |
