diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-04-01 00:45:22 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-04-01 00:45:22 -0500 |
commit | 5658ac38f45e3a02308317a3d31ee1033b78f131 (patch) | |
tree | f902838fbe907fa44e2bc98890447167a90faafb /config.def.h | |
parent | 9c7860886279977bf5d7a9792bae931ae5363a3f (diff) | |
download | dwl-5658ac38f45e3a02308317a3d31ee1033b78f131.tar.gz |
fix: typo + alphabetized programs
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 11 |
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 */ }; |