Force GL renderer for transmission

This commit is contained in:
John Mertz 2024-10-02 12:39:10 -06:00
parent ee5f56ca2b
commit 46543932f4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
export QT_QPA_PLATFORM="wayland-egl;wayland;xcb"
export GDK_BACKEND="wayland"
export DCONF=".config/dconf/user"
export GSK_RENDERER="gl"
# Setup editor
export EDITOR="nvim"