aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 9f97854..fdb4728 100644
--- a/config.def.h
+++ b/config.def.h
@@ -29,19 +29,20 @@ static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static int log_level = WLR_ERROR;
static const Env envs[] = {
- /* variable value */
- { "XDG_CURRENT_DESKTOP", "wlroots" },
+ /* variable value */
+ { "XDG_CURRENT_DESKTOP", "wlroots" },
+ { "XDG_SESSION_DESKTOP", "wlroots" },
};
/* Autostart */
static const char *const autostart[] = {
"systemctl", "--user" , "import-environment", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP", "XDG_SESSION_DESKTOP", "XDG_SESSION_TYPE", NULL,
"dbus-update-activation-environment", "--systemd", "--all", NULL,
- "xwayland-satellite", NULL,
+ "blueman-applet", NULL,
"dunst", NULL,
"nm-applet", NULL,
- "blueman-applet", NULL,
- "wbg", "/home/joshua/.local/share/wallpaper", NULL,
+ "xwayland-satellite", NULL,
+ "wbg", "--stretch", "/home/joshua/.local/share/wallpaper", NULL,
NULL /* terminate */
};