From 5658ac38f45e3a02308317a3d31ee1033b78f131 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Tue, 1 Apr 2025 00:45:22 -0500 Subject: fix: typo + alphabetized programs --- config.def.h | 11 ++++++----- 1 file 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 */ }; -- cgit v1.2.3