I changed because it was autostarting on the displayport when im using hdmi as primary
I changed because it was autostarting on the displayport when im using hdmi as primary



PROTON_LOG=1 %command%#!/bin/bash
PROTONCORE=(pv-bwrap pressure-vessel reaper explorer.exe rpcss.exe plugplay.exe services.exe svchost.exe winedevice.exe winedevice.exe wineserver)
for PROG in "${PROTONCORE[@]}"; do
killall -9 "$PROG"
done