Skip to content

Commit

Permalink
Allow blueman-applet to be controller by systemctl --user
Browse files Browse the repository at this point in the history
Not entirely sure how this can be enabled by default but for now
just make it possible.
  • Loading branch information
infirit committed Aug 4, 2023
1 parent 8c7fbea commit a8df31f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/configs/blueman-applet.service.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[Unit]
Description=Bluetooth management applet
PartOf=graphical-session.target

[Service]
Type=dbus
BusName=org.blueman.Applet
ExecStart=@BINDIR@/blueman-applet

[Install]
WantedBy=default.target

0 comments on commit a8df31f

Please sign in to comment.