From 084691cb830f87d5cf305c4d2f2645e6159d193f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 2 Jul 2023 08:04:46 +0530 Subject: profile: add more env vars for wayland --- .profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 220742a..c7daad2 100644 --- a/.profile +++ b/.profile @@ -37,8 +37,10 @@ export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.local/bin/sb:${HOME}/.local/bin export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash # wayland -export MOZ_ENABLE_WAYLAND=1 export XDG_CURRENT_DESKTOP=wlroots +export QT_QPA_PLATFORM=wayland-egl +export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" +export MOZ_ENABLE_WAYLAND=1 case "$(tty)" in */tty1) -- cgit v1.2.3