From 226491c2e86947440692ce0305b9b9e97399608d Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 12 Mar 2025 13:50:27 -0500 Subject: Autostart applets --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6717978..a9e4e3d 100644 --- a/config.def.h +++ b/config.def.h @@ -18,7 +18,7 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca static uint32_t colors[][3] = { /* fg bg border */ [SchemeNorm] = { 0xbbbbbbff, 0x222222ff, 0x444444ff }, - [SchemeSel] = { 0xeeeeeeff, 0x005577ff, 0x005577ff }, + [SchemeSel] = { 0xeeeeeeff, 0x396847ff, 0x396847ff }, [SchemeUrg] = { 0, 0, 0x770000ff }, }; @@ -32,6 +32,8 @@ static int log_level = WLR_ERROR; static const char *const autostart[] = { "dbus-update-activation-environment", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP", "XDG_SESSION_DESKTOP", "XDG_SESSION_TYPE", NULL, "systemctl", "--user" , "import-environment", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP", "XDG_SESSION_DESKTOP", "XDG_SESSION_TYPE", NULL, + "nm-applet", NULL, + "blueman-applet", NULL, NULL /* terminate */ }; -- cgit v1.2.3