From 86f524fae8c1321cccd02b0110f6490e6c812658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 17 Oct 2018 11:02:00 +0200 Subject: [PATCH] Add bluetooth --- autostart/50_bluetooth.sh | 4 ++++ packages.yml | 3 +++ 2 files changed, 7 insertions(+) create mode 100755 autostart/50_bluetooth.sh diff --git a/autostart/50_bluetooth.sh b/autostart/50_bluetooth.sh new file mode 100755 index 0000000..38cbdad --- /dev/null +++ b/autostart/50_bluetooth.sh @@ -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 diff --git a/packages.yml b/packages.yml index 0c9d1f0..35bcb54 100644 --- a/packages.yml +++ b/packages.yml @@ -265,3 +265,6 @@ packages: cloc: fedora: ["cloc"] ubuntu: ["cloc"] + bluetooth: + fedora: [] + ubuntu: ["blueman"]