diff options
author | Julian T <julian@jtle.dk> | 2021-02-25 13:57:24 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-02-25 13:57:24 +0100 |
commit | e2e843955110e9332215ec65be20d45431a002bc (patch) | |
tree | 66de43553b1fac7844a7e75cad01cdcf0991d04e /xinit/.xprofile | |
parent | e5db995945c867e7933c331524641c6a873a6cd7 (diff) |
Use the correct script in i3 and mozilla vaapi
Diffstat (limited to 'xinit/.xprofile')
-rwxr-xr-x | xinit/.xprofile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile index 4ddff10..1d62f9c 100755 --- a/xinit/.xprofile +++ b/xinit/.xprofile @@ -3,10 +3,12 @@ export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.su export TERM=termite export TERMINAL=termite -# export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh +export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh export XKB_DEFAULT_LAYOUT=us export XKB_DEFAULT_VARIANT=altgr-intl export LOPTS="screensaver composer gnome-keyring" +export MOZ_X11_EGL=1 +export MOZ_WEBRENDER=1 source $HOME/Scripts/xlaunchrc |