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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue