diff options
author | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-10-09 11:46:29 +0200 |
commit | 080d4eb5e354f98363a4b1d8f6a692299c54c389 (patch) | |
tree | 0e622f3b9829da1e630b3b59dc0246d6f485e7b9 /xinit/.xprofile | |
parent | e0ed64092db25f98d3665605693255c3192efeb2 (diff) |
Switch to arch and 2 spaces for tabs
Diffstat (limited to 'xinit/.xprofile')
-rwxr-xr-x | xinit/.xprofile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xinit/.xprofile b/xinit/.xprofile index d2a6731..b8a34a0 100755 --- a/xinit/.xprofile +++ b/xinit/.xprofile @@ -3,11 +3,10 @@ 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 |