feat(hardware-setup): add mangohud gaming performance overlay packages

Add mangohud and lib32-mangohud packages to the desktop environment setup for gaming performance monitoring. Mangohud provides an in-game FPS and performance metrics overlay that can be used with Steam games via '%command%' prefix.
This commit is contained in:
2026-07-04 12:55:45 +02:00
parent a0f269cf90
commit 4d36e86f51
@@ -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