From 17a110d3d66abe05c8deeacc76b9931c85b8356e Mon Sep 17 00:00:00 2001 From: jxnshi Date: Sun, 26 Jan 2025 21:19:51 +0100 Subject: [PATCH] Add background --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index a5076a9..3adf889 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,7 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { + "feh", "--bg-fill", ".wallpaper", NULL, "slstatus", NULL, "mpd", NULL, NULL /* terminate */ -- 2.49.0