From 5d0684a19a2eb969b44f3eae7fb10838dfeca04026492f6d358c6dd5bd4c7834 Mon Sep 17 00:00:00 2001 From: ganome Date: Fri, 4 Apr 2025 19:32:07 -0600 Subject: [PATCH] Added blueman-applet to autostart - for bluetooth tray --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 44cf76d..58b3398 100644 --- a/config.def.h +++ b/config.def.h @@ -110,6 +110,7 @@ static const char *const autostart[] = { "parcellite", NULL, "picom", "-b", NULL, "numlockx", "on", NULL, +"blueman-applet", NULL, NULL /* terminate */ };