diff --git a/configs/releng/airootfs/usr/local/share/fws/i3-config b/configs/releng/airootfs/usr/local/share/fws/i3-config index ab66851..8b6ead8 100644 --- a/configs/releng/airootfs/usr/local/share/fws/i3-config +++ b/configs/releng/airootfs/usr/local/share/fws/i3-config @@ -148,7 +148,10 @@ exec_always --no-startup-id sh -c 'pkill -x polybar; sleep 0.3; exec polybar -q ## AUTOSTART ## ############### # picom : coins arrondis (parité visuelle avec Hyprland) — config FWS légère. -exec --no-startup-id picom --config ~/.config/picom.conf +# PAS en machine virtuelle : le compositing sur GPU virtuel (vmwgfx/llvmpipe) +# rate le repaint des fenêtres GTK → contenus noirs/artefacts. Les coins +# arrondis sont sacrifiés en VM ; sur matériel réel picom se lance normalement. +exec --no-startup-id sh -c 'systemd-detect-virt --quiet || exec picom --config ~/.config/picom.conf' exec --no-startup-id dunst exec --no-startup-id nm-applet exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1