diff --git a/config.h b/config.h index d052773..22da47d 100644 --- a/config.h +++ b/config.h @@ -64,7 +64,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_purple, "-sf", col_black, NULL }; -static const char *termcmd[] = { "/usr/bin/alacritty", NULL }; +static const char *termcmd[] = { "/usr/local/bin/st", NULL }; static const char *browsecmd[] = { "/usr/bin/librewolf", "-p", "browsing", NULL }; static const char *acccmd[] = { "/usr/bin/librewolf", "-p", "accounts", NULL }; static const char *volup[] = { "/usr/bin/pactl", "set-sink-mute", "@DEFAULT_SINK@", "false", "/usr/bin/pactl", "set-sink-volume", "@DEFAULT_SINK@", "+10%", NULL }; diff --git a/dwm b/dwm index 6e0b245..ceb803b 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 1c9e0f5..b811ae2 100644 Binary files a/dwm.o and b/dwm.o differ