diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-06-01 13:34:07 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-06-01 13:34:07 +0530 |
| commit | 0eecf7e785ba2f3afd38e485db9a8ab7135e4361 (patch) | |
| tree | a4eb8cde87e3fec845310c5f93ccde3f715f593c | |
| parent | f4e0f981349a5e91c207ee907fade3afa2f31702 (diff) | |
run run_alacritty script
| -rwxr-xr-x | config.h | 2 | ||||
| -rwxr-xr-x | dwm | bin | 77064 -> 76960 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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[] = { "alacritty", NULL }; +static const char *termcmd[] = { "run_alacritty", NULL }; static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; |
