[zsh] Enable Wayland rendering for Firefox
This commit is contained in:
parent
5acae77247
commit
57902c088b
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -24,6 +24,8 @@ export CUDA_ROOT=/opt/cuda
|
||||||
# Android SDK setup
|
# Android SDK setup
|
||||||
export ANDROID_HOME="/opt/android-sdk"
|
export ANDROID_HOME="/opt/android-sdk"
|
||||||
export PATH="$PATH:$ANDROID_HOME/tools/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"
|
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
|
# Configuration for virtualenv
|
||||||
export WORKON_HOME=$HOME/.virtualenvs
|
export WORKON_HOME=$HOME/.virtualenvs
|
||||||
|
|
Loading…
Reference in a new issue