From 4d36e86f519ac1002bf0408bc3f5310fef19a3e7 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 12:55:45 +0200 Subject: [PATCH] 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. --- configs/releng/airootfs/usr/local/bin/fws-setup-hardware | 2 ++ 1 file changed, 2 insertions(+) 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