summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-07-29 08:39:57 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-07-29 08:39:57 -0400
commit2718a54bbe0f2b3806a08ec46b41fbdef0aca796 (patch)
treef12fbf817dc6153181f02992d26788cd0e0fdfdc
parent0c64938fd369bb5269f7796514a20f8e1a6e0896 (diff)
Use automated wallpaper script
-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 */
};