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:
@@ -54,8 +54,10 @@ if [ "$DESK" != "cli" ]; then
|
|||||||
# multilib requis (Steam / Wine 32 bits).
|
# multilib requis (Steam / Wine 32 bits).
|
||||||
grep -qE '^\[multilib\]' /etc/pacman.conf \
|
grep -qE '^\[multilib\]' /etc/pacman.conf \
|
||||||
|| printf '\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >> /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 \
|
DESKTOP="steam wine winetricks wine-mono wine-gecko \
|
||||||
lib32-mesa lib32-pipewire monado gamemode \
|
lib32-mesa lib32-pipewire monado gamemode \
|
||||||
|
mangohud lib32-mangohud \
|
||||||
noto-fonts ttf-liberation"
|
noto-fonts ttf-liberation"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user