add wine env vars

master
lub 2 months ago
parent b817aef363
commit 02d4ce3de4

@ -19,6 +19,10 @@ fi
export QT_QPA_PLATFORM=wayland-egl
export MOZ_ENABLE_WAYLAND=1
# wine
export WINEDEBUG=-all
export WINEESYNC=1
if [ -f '/etc/bash_completion' ]; then
# debian
source /etc/bash_completion

Loading…
Cancel
Save