diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index 4b11dd5..bce99da 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -14,7 +14,7 @@ set b off & xrdb ~/.Xresources & ## Clipboard manager -#(sleep 2; anamnesis --start) & +(sleep 2; clipit -d) & ## Start desktop visualizer (eyecandy) (sleep 3; conky) & @@ -33,7 +33,7 @@ urxvtd -q -f -o & (sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Nextcloud/Documents/IT/MDP.kbdx") & ## GPG -#(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") & +(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") & ## Spacemacs daemon (sleep 4; cd ~/.emacs.d; git pull --rebase) & @@ -46,4 +46,4 @@ urxvtd -q -f -o & (sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) ## Owncloud -(sleep 10; owncloud) \ No newline at end of file +(sleep 10; owncloud)