commit bde24bb9e31786d17fc886603f5f52e3b3b6a0ef
parent 334eec6a257b32a024723b44be1b1a2c93772c83
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 3 Oct 2019 12:36:24 +0200
Do not ssh-add on X startup
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/.xinitrc b/.xinitrc
@@ -3,7 +3,6 @@
# shellcheck source=/dev/null
[ -f ~/.xprofile ] && . ~/.xprofile
-# if changing WM, remember to change WM name in crontab
while :; do
dwm || break
done
diff --git a/.xprofile b/.xprofile
@@ -7,7 +7,6 @@ xsetroot -solid "$(sed -n 's/^\*\.background: #/#/p' ~/.Xresources)"
eval "$(gpg-agent)"
if [ -z "$SSH_AUTH_SOCK" ] ; then
eval $(ssh-agent -s)
- ssh-add
fi
setxkbmap -option ctrl:nocaps #-option altwin:swap_lalt_lwin