diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | 9a128539e675333e7441ad893c61f8dce625f317 (patch) | |
| tree | 3b4b99678c026d2854857259a9803be68448b032 /dwm_config.h | |
| parent | b3d6b3ffb2e8fb2c2f6dca90120673f22a40b0a3 (diff) | |
Update lots and lots
Diffstat (limited to 'dwm_config.h')
| -rw-r--r-- | dwm_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm_config.h b/dwm_config.h index 9afaf24..c07b1b5 100644 --- a/dwm_config.h +++ b/dwm_config.h @@ -65,7 +65,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[] = { "st", NULL }; +static const char *termcmd[] = { "alacritty", NULL }; static const char *flameshotcmd[] = { "flameshot", "gui", NULL }; static const char *pausecmd[] = { "playerctl", "play-pause", NULL }; static const char *nextcmd[] = { "playerctl", "next", NULL }; |
