diff --git a/bash/env_exports b/bash/env_exports index 6e82f6e64..e21b8ffb8 100644 --- a/bash/env_exports +++ b/bash/env_exports @@ -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"