diff options
-rw-r--r-- | .profile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |