From 96e18af390f4e741650fda22e9a661aa0b2c9fc9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 11:16:08 -0700 Subject: [PATCH] Enable bluetooth by default --- install/bluetooth.sh | 5 +++++ install/desktop.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 install/bluetooth.sh diff --git a/install/bluetooth.sh b/install/bluetooth.sh new file mode 100644 index 0000000..caf8402 --- /dev/null +++ b/install/bluetooth.sh @@ -0,0 +1,5 @@ +# Turn on bluetooth by default +sudo systemctl enable --now bluetooth.service + +# Install bluetooth controls +yay -S --noconfirm --needed blueberry diff --git a/install/desktop.sh b/install/desktop.sh index 00a5e19..93c7f75 100644 --- a/install/desktop.sh +++ b/install/desktop.sh @@ -1,5 +1,5 @@ yay -S --noconfirm --needed \ - brightnessctl playerctl pamixer pavucontrol wireplumber blueberry \ + brightnessctl playerctl pamixer pavucontrol wireplumber \ fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \ wl-clip-persist clipse \ nautilus sushi gnome-calculator \