diff options
| author | Lignum Crucis | 2026-04-16 21:03:02 -0300 |
|---|---|---|
| committer | Lignum Crucis | 2026-04-16 21:03:02 -0300 |
| commit | 046dbdc11d277f9561c454d22e142ed2f8c8d6e8 (patch) | |
| tree | 1058b429b55c5b7a1bae3dff444dd1cac8252e0e /config.h | |
| parent | 6ec15df4e48b7d4de5674d9686090749b7a16e2d (diff) | |
config: alacritty -> st
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", NULL }; -static const char *termcmd[] = { "alacritty", NULL }; +static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "librewolf", NULL }; static const char *sscmd[] = { "scr", NULL }; static const char *passcmd[] = { "passmenu", "--type", "-l", "32", "-c", "-bw", "4", NULL }; |
