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:
@@ -45,7 +45,7 @@ BASE="pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber \
|
|||||||
# Gestionnaire Bluetooth graphique : KDE et GNOME ont le leur ; blueman pour
|
# Gestionnaire Bluetooth graphique : KDE et GNOME ont le leur ; blueman pour
|
||||||
# les bureaux qui n'en fournissent pas (tray + assistant d'appairage).
|
# les bureaux qui n'en fournissent pas (tray + assistant d'appairage).
|
||||||
case "$DESK" in
|
case "$DESK" in
|
||||||
hyprland|xfce) BASE="$BASE blueman" ;;
|
hyprland|xfce|i3) BASE="$BASE blueman" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# ── 4) Stack desktop : jeux, Windows-compat, VR (si un bureau est choisi) ────
|
# ── 4) Stack desktop : jeux, Windows-compat, VR (si un bureau est choisi) ────
|
||||||
|
|||||||
Reference in New Issue
Block a user