Add Firefox HW acceleration env variable

This commit is contained in:
Pavle Portic 2021-01-16 01:47:18 +01:00
parent ee86a46801
commit 15ae516342
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ export MAKEFLAGS="-j $(nproc --all)"
export GPG_TTY=$(tty)
export QT_QPA_PLATFORMTHEME="qt5ct"
export LC_ALL="en_DK.UTF-8"
export MOZ_WEBRENDER=1
# Valve shader compiler
export RADV_PERFTEST="aco"