From 7419b2472a6b3e2d5ce20b67eb6ad217d4f86e79 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 5 May 2023 12:39:54 +0200 Subject: [PATCH] add qt options --- dot_zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zprofile b/dot_zprofile index d05a86f..e40ca41 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -30,8 +30,12 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=sway export WLR_NO_HARDWARE_CURSORS=1 + export CLUTTER_BACKEND=wayland + export SDL_VIDEODRIVER=wayland export _JAVA_AWT_WM_NONREPARENTING=1 #Make java programs work somewhat + export ECORE_EVAS_ENGINE=wayland_egl + export ELM_ENGINE=wayland_egl export PAN_MESA_DEBUG=gl3 #Fix alacritty not starting export MOZ_ENABLE_WAYLAND=1 # Fix firefox not starting