summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 28f2265..424877d 100644
--- a/config.h
+++ b/config.h
@@ -44,8 +44,7 @@ static int log_level = WLR_ERROR;
/* Autostart */
static const char *const autostart[] = {
"dunst", NULL,
- "swaybg", "-i", "/home/master/.config/wallpapers/eDP1.jpg",
- "-m", "fill", NULL,
+ "makewall", NULL,
"gentoo-pipewire-launcher", "restart", NULL,
NULL /* terminate */
};