diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index 889582f..2c56145 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -27,6 +27,7 @@ static const char *const autostart[] = { "picom", "--experimental-backends", "--detect-rounded-corners", NULL, "setxkbmap","us,ru,fi",",winkeys","grp:alt_shift_toggle", NULL, "xrandr", "--output", "HDMI1", "--above", "eDP1", NULL, + "$HOME/.local/scripts/status/launch", NULL, "pulseaudio","-k", NULL, NULL /* terminate */ }; diff --git a/dwm-6.2/dwm b/dwm-6.2/dwm index 377e9ac..366f376 100755 Binary files a/dwm-6.2/dwm and b/dwm-6.2/dwm differ diff --git a/dwm-6.2/dwm.o b/dwm-6.2/dwm.o index 6021fdf..18f9057 100644 Binary files a/dwm-6.2/dwm.o and b/dwm-6.2/dwm.o differ diff --git a/dwm-6.2/dwm-alternativetags-6.2.diff b/dwm-6.2/patches/dwm-alternativetags-6.2.diff similarity index 100% rename from dwm-6.2/dwm-alternativetags-6.2.diff rename to dwm-6.2/patches/dwm-alternativetags-6.2.diff