From 87fb1a8bea591d13636ce24e0d526e2bdbb3cd08 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 3 Oct 2019 10:29:43 +0200 Subject: [PATCH] Change clipboard manager from 'Clipit' to 'Parcellite' --- openbox/.config/openbox/autostart | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index e1a7e4f..54236df 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -39,11 +39,13 @@ urxvtd -q -f -o & (sleep 5; ssh-agent) & ## Spacemacs daemon -(sleep 4; cd ~/.emacs.d; git pull --rebase) & -(sleep 10; emacs --daemon=instance1) & +(sleep 6; cd ~/.emacs.d; git pull --rebase; emacs --daemon=instance1) & ## Display daemon -(sleep 7; mons -a &) +(sleep 7; mons -a) & + +## Clipboard manager +(sleep 8; parcellite) & ## Tmux plugins (sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all)