From eaf997ee88ead476c01d9e71c58456973e0d37d7 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 26 Jul 2020 23:06:00 -0400 Subject: [PATCH] Add Blueman Autostart - Add Blueman tray application to autostart --- autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autostart.sh b/autostart.sh index 7fc4bc3..d025a68 100755 --- a/autostart.sh +++ b/autostart.sh @@ -9,6 +9,9 @@ volctl & # Nyrna nyrna & +# Blueman +blueman-tray & + ##################### # Cloud Drive Rsync # #####################