diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | wm/dwm-6.3/config.h | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -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, |