From 02d4ce3de495893df29688894d5fa4875389e128 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 16 Sep 2024 10:58:19 +0200 Subject: [PATCH] add wine env vars --- dotfiles/bash/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 5680e31..7b974b2 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -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