From fd61bf44f45a6832dd56bf6fbbd59a06f80dd2d9 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 19 May 2020 21:08:12 -0400 Subject: Some stuff from firelink --- bin/kj-setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') 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 -- cgit v1.2.3