diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-06-01 15:31:02 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-06-01 15:31:02 +0530 |
| commit | a362b3022bf7473b2a42e983e3cdfd66d24a8044 (patch) | |
| tree | 6e62ed6ec4414aaf5e7f5531e8042b3feb1d97c1 /config.h | |
| parent | 0eecf7e785ba2f3afd38e485db9a8ab7135e4361 (diff) | |
change TERMINAL to run_alacritty as well
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* Constants */ #define BROWSER "librewolf" -#define TERMINAL "alacritty" +#define TERMINAL "run_alacritty" /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ |
