summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-05-02 09:48:56 +0530
committersinanmohd <sinan@firemail.cc>2023-05-02 09:48:56 +0530
commit67361ea9768cb6d0bb44350ee1ea0b87d72b9367 (patch)
tree41542075c4ea11b465b7472e10ed06315bb8f81b
parent1be3a8816e92f238d9a3aadced506fbd0e308372 (diff)
profile: run programs natively on wayland
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
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)