From 8def16950dbb48edd581b54e41126e954c3e007f Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Wed, 3 Sep 2025 15:09:16 -0400 Subject: [PATCH] update: wbg args --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4ec939a..0f5a3bb 100644 --- a/config.h +++ b/config.h @@ -187,7 +187,7 @@ static const Button buttons[] = { }; static const char *const autostart[] = { - "wbg", "/home/fabric/Pictures/wallpaper/wallpaper.jpg", NULL, + "wbg", "-s", "/home/fabric/Pictures/wallpaper/wallpaper.jpg", NULL, "wlsunset", "-l", "43.7", "-L", "-79.4", NULL, "fcitx5", NULL, "wlr-randr", "--output", "DP-5", "--mode", "3440x1440@144Hz", NULL,