From a0a34baeeedf0f1c3965ba2db051c42e79d9e906 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 20 Jul 2024 08:41:49 -0300 Subject: [PATCH] hyprland: start blueman-applet service --- scripts/hyprland/start_services.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/hyprland/start_services.sh b/scripts/hyprland/start_services.sh index ec4da13..c47ea64 100755 --- a/scripts/hyprland/start_services.sh +++ b/scripts/hyprland/start_services.sh @@ -55,3 +55,8 @@ kdeconnect-cli --refresh & # wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store & + +# +# Start the blueman applet for managing bluetooth devices +# +blueman-applet &