diff --git a/.xprofile b/.xprofile index 6db82b4..8453ba3 100644 --- a/.xprofile +++ b/.xprofile @@ -1,6 +1,6 @@ . $HOME/.config/environment -xcompmgr -n -fF -D3 & +xcompmgr -cnfFn -D3 & numlockx on setxkbmap de @@ -8,7 +8,8 @@ setxkbmap -option caps:none if [ -x "$(command -v gpgconf)" ] then - export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) + ssh_sock=$(gpgconf --list-dirs agent-ssh-socket) + export SSH_AUTH_SOCK="$ssh_sock" gpgconf --launch gpg-agent gpg2 --card-status > /dev/null fi