Change clipboard manager

This commit is contained in:
coolneng 2019-09-19 12:40:31 +02:00
parent f15fa9b08a
commit a5d8c5808f
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ set b off &
xrdb ~/.Xresources & xrdb ~/.Xresources &
## Clipboard manager ## Clipboard manager
#(sleep 2; anamnesis --start) & (sleep 2; clipit -d) &
## Start desktop visualizer (eyecandy) ## Start desktop visualizer (eyecandy)
(sleep 3; conky) & (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") & (sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Nextcloud/Documents/IT/MDP.kbdx") &
## GPG ## 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 ## Spacemacs daemon
(sleep 4; cd ~/.emacs.d; git pull --rebase) & (sleep 4; cd ~/.emacs.d; git pull --rebase) &