diff options
| author | stkhan <personal@slickd.xyz> | 2023-02-19 11:09:26 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-02-19 11:09:26 -0600 |
| commit | a8749d061b340b88492cb53b8f81b989c25d8e01 (patch) | |
| tree | 097db83cc2505a6f127eb64c36fcb2a077c9409a | |
| parent | b88fd24ae439d781deb753b38f5c9b49a27bc77f (diff) | |
commit
| -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, |