summaryrefslogtreecommitdiff
path: root/.linux
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-02 11:10:47 -0800
committerMike Crute <mike@crute.us>2019-02-02 11:10:47 -0800
commitcc3bef4874599620c6575a2d7b7c9f00d88a8055 (patch)
tree278abe501ebf30e18af40160a29468cacd8f0d83 /.linux
parente5fac09af4a6c5732bf2459db61ceaf6c36d5066 (diff)
downloaddotfiles-cc3bef4874599620c6575a2d7b7c9f00d88a8055.tar.bz2
dotfiles-cc3bef4874599620c6575a2d7b7c9f00d88a8055.tar.xz
dotfiles-cc3bef4874599620c6575a2d7b7c9f00d88a8055.zip
Add bluetooth applet
Diffstat (limited to '.linux')
-rw-r--r--.linux/systemd/blueman-applet.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/.linux/systemd/blueman-applet.service b/.linux/systemd/blueman-applet.service
new file mode 100644
index 0000000..a164052
--- /dev/null
+++ b/.linux/systemd/blueman-applet.service
@@ -0,0 +1,10 @@
1[Unit]
2Description=Bluetooth management applet
3PartOf=graphical-session.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/blueman-applet
8
9[Install]
10WantedBy=graphical-session.target