Fix xprofile issues

This commit is contained in:
Tobias Reisinger 2021-11-23 01:08:48 +01:00
parent 113ef82727
commit 917d13088b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,6 +1,6 @@
. $HOME/.config/environment . $HOME/.config/environment
xcompmgr -n -fF -D3 & xcompmgr -cnfFn -D3 &
numlockx on numlockx on
setxkbmap de setxkbmap de
@ -8,7 +8,8 @@ setxkbmap -option caps:none
if [ -x "$(command -v gpgconf)" ] if [ -x "$(command -v gpgconf)" ]
then 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 gpgconf --launch gpg-agent
gpg2 --card-status > /dev/null gpg2 --card-status > /dev/null
fi fi