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 \