From 66b3294508b90e4f97e971fc5a4631a78d80c707 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Mon, 28 Sep 2020 16:48:48 +0200 Subject: [PATCH] Add bluetooth applet --- .xsessionrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.xsessionrc b/.xsessionrc index 78bb7d2..3bcbed6 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -39,3 +39,8 @@ fi if test /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 ; then /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & fi + +# Bluetooth +if command -v blueman-applet &> /dev/null ; then + blueman-applet & +fi