summaryrefslogtreecommitdiff
path: root/bin/kj-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/kj-setup.sh')
-rwxr-xr-xbin/kj-setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/kj-setup.sh b/bin/kj-setup.sh
index e335a5f..faa33f0 100755
--- a/bin/kj-setup.sh
+++ b/bin/kj-setup.sh
@@ -110,3 +110,8 @@ create_symlink ../../dotfiles/urxvt/ext/clipboard .urxvt/ext/clipboard
if which emacs >/dev/null && [[ ! -d .emacs.d ]]; then
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
fi
+
+if which xfconf-query; then
+ echo "disable xfce ssh-agent"
+ xfconf-query -c xfce4-session -p /startup/ssh-agent/enabled -n -t bool -s false
+fi