fix(fws-setup-hardware): add blueman bluetooth manager support for i3 desktop

Include blueman in the base packages for i3 desktop environment, alongside hyprland and xfce, to provide graphical bluetooth management and pairing assistant for i3 users.
This commit is contained in:
2026-07-04 03:30:12 +02:00
parent 4a598c854a
commit 95eb6c15e0
@@ -45,7 +45,7 @@ BASE="pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber \
# Gestionnaire Bluetooth graphique : KDE et GNOME ont le leur ; blueman pour
# les bureaux qui n'en fournissent pas (tray + assistant d'appairage).
case "$DESK" in
hyprland|xfce) BASE="$BASE blueman" ;;
hyprland|xfce|i3) BASE="$BASE blueman" ;;
esac
# ── 4) Stack desktop : jeux, Windows-compat, VR (si un bureau est choisi) ────