From 67361ea9768cb6d0bb44350ee1ea0b87d72b9367 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 2 May 2023 09:48:56 +0530 Subject: profile: run programs natively on wayland --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 4c46e53..b856868 100644 --- a/.profile +++ b/.profile @@ -36,6 +36,9 @@ export MBSYNCRC="${XDG_CONFIG_HOME}/isync/mbsyncrc" export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.local/bin/sb:${HOME}/.local/bin/sds" export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash +# run programs natively on wayland +export MOZ_ENABLE_WAYLAND=1 + # display server case "$(tty)" in */tty1) -- cgit v1.2.3