diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-02 08:04:46 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-02 08:04:46 +0530 |
commit | 084691cb830f87d5cf305c4d2f2645e6159d193f (patch) | |
tree | 6bebb75ed177945f05ec1b1ea4bb97b739f96cf2 | |
parent | c50db4df600894fa2a76d82fee38d6057e9fcc29 (diff) |
profile: add more env vars for wayland
-rw-r--r-- | .profile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |