From a8749d061b340b88492cb53b8f81b989c25d8e01 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 19 Feb 2023 11:09:26 -0600 Subject: commit --- Makefile | 1 - wm/dwm-6.3/config.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 397c867..7f719ca 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,6 @@ install: make install-wm -C wm make install-utils -C utils install scripts/sarc.sh /usr/local/bin - install scripts/fehbg /usr/local/bin mkdir -p $(PREFIX)/share/doc/sarc cp sarc.1 $(MANPREFIX)/man1/ @echo diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h index da876cb..35c53cb 100644 --- a/wm/dwm-6.3/config.h +++ b/wm/dwm-6.3/config.h @@ -32,7 +32,7 @@ static const char *const autostart[] = { "sarc.sh", "--redshift", NULL, "xsetroot", "-name", "Loading dwmblocks...", NULL, "dwmblocks", NULL, - "fehbg", NULL, + "xwallpaper", "--stretch", "~/.config/wallpaper.png", NULL, "dunst", NULL, "mpdas", NULL, "picom", NULL, -- cgit v1.2.3