[zsh] Enable Wayland rendering for Firefox

This commit is contained in:
lhark 2019-11-18 15:45:32 +00:00
parent 5acae77247
commit 57902c088b

2
zshrc
View file

@ -24,6 +24,8 @@ export CUDA_ROOT=/opt/cuda
# Android SDK setup
export ANDROID_HOME="/opt/android-sdk"
export PATH="$PATH:$ANDROID_HOME/tools/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"
# Use Wayland when available
export MOZ_ENABLE_WAYLAND=1
# Configuration for virtualenv
export WORKON_HOME=$HOME/.virtualenvs