Add bluetooth

This commit is contained in:
2018-10-17 11:02:00 +02:00
parent 81d0a5c19a
commit 86f524fae8
2 changed files with 7 additions and 0 deletions

4
autostart/50_bluetooth.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
printf '%s' "starting network tray application"
systemd-run --property=Restart=always --user --setenv=DISPLAY=${DISPLAY} blueman-applet

View File

@@ -265,3 +265,6 @@ packages:
cloc:
fedora: ["cloc"]
ubuntu: ["cloc"]
bluetooth:
fedora: []
ubuntu: ["blueman"]