diff --git a/configs/releng/airootfs/usr/local/bin/fws-setup-hardware b/configs/releng/airootfs/usr/local/bin/fws-setup-hardware index 0f49db7..526f631 100755 --- a/configs/releng/airootfs/usr/local/bin/fws-setup-hardware +++ b/configs/releng/airootfs/usr/local/bin/fws-setup-hardware @@ -54,8 +54,10 @@ if [ "$DESK" != "cli" ]; then # multilib requis (Steam / Wine 32 bits). grep -qE '^\[multilib\]' /etc/pacman.conf \ || printf '\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >> /etc/pacman.conf + # mangohud : overlay FPS/perfs en jeu (mangohud %command% dans Steam). DESKTOP="steam wine winetricks wine-mono wine-gecko \ lib32-mesa lib32-pipewire monado gamemode \ + mangohud lib32-mangohud \ noto-fonts ttf-liberation" fi