Fix xprofile issues
This commit is contained in:
parent
113ef82727
commit
917d13088b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue