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"]