summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-02 08:04:46 +0530
committersinanmohd <sinan@firemail.cc>2023-07-02 08:04:46 +0530
commit084691cb830f87d5cf305c4d2f2645e6159d193f (patch)
tree6bebb75ed177945f05ec1b1ea4bb97b739f96cf2 /.profile
parentc50db4df600894fa2a76d82fee38d6057e9fcc29 (diff)
profile: add more env vars for wayland
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
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)