diff options
author | sinanmohd <sinan@firemail.cc> | 2023-05-02 09:48:56 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-05-02 09:48:56 +0530 |
commit | 67361ea9768cb6d0bb44350ee1ea0b87d72b9367 (patch) | |
tree | 41542075c4ea11b465b7472e10ed06315bb8f81b | |
parent | 1be3a8816e92f238d9a3aadced506fbd0e308372 (diff) |
profile: run programs natively on wayland
-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) |