Add blueman to automatic startup

This commit is contained in:
exu 2024-07-24 12:59:36 +02:00
parent 93147cfee0
commit 0b39f10066

View File

@ -278,10 +278,10 @@ font pango:Fira Mono 9
# Applications at boot # # Applications at boot #
############################## ##############################
#Authentication dialog # Authentication dialog
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
#nextcloud # nextcloud
exec --no-startup-id nextcloud --background exec --no-startup-id nextcloud --background
# network # network
@ -296,6 +296,9 @@ exec --no-startup-id /opt/KopiaUI/kopia-ui
# Easy Effects # Easy Effects
exec --no-startup-id easyeffects --gapplication-service exec --no-startup-id easyeffects --gapplication-service
# Blueman
exec --no-startup-id blueman-applet
# notifications # notifications
exec --no-startup-id dunst exec --no-startup-id dunst