diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 14:02:52 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-12 14:02:52 -0500 |
commit | 739eef68312fc6c05a72e6edbddc6702132d73f9 (patch) | |
tree | 10b6c33e0f5b0f10f4594fa0d7b9f885f707e82e | |
parent | 5ce35f5f9f2b9e4e2ac8079130345ed32c7af70a (diff) | |
download | dwl-739eef68312fc6c05a72e6edbddc6702132d73f9.tar.gz |
Wallpaper setup
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index c7ab4f6..a202ea4 100644 --- a/config.def.h +++ b/config.def.h @@ -34,6 +34,7 @@ static const char *const autostart[] = { "systemctl", "--user" , "import-environment", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP", "XDG_SESSION_DESKTOP", "XDG_SESSION_TYPE", NULL, "nm-applet", NULL, "blueman-applet", NULL, + "wbg", "/home/joshua/.local/share/wallpaper", NULL, NULL /* terminate */ }; |