diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-05-19 21:08:12 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2020-05-19 21:08:20 -0400 |
commit | fd61bf44f45a6832dd56bf6fbbd59a06f80dd2d9 (patch) | |
tree | 397c4a45b2473ee7647d56e00077e6ba56b7eff4 /bin | |
parent | 0f6469231eeb774831f4ce7b34b994e892d63f28 (diff) |
Some stuff from firelink
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/kj-setup.sh | 5 |
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 |