dotfiles/openbox/.config/openbox/autostart

53 lines
1.1 KiB
Plaintext
Executable File

## Set keyboard layout
setxkbmap -layout es &
## Start compositor
compton -cCb --config ~/.config/compton.conf &
## Set background image
nitrogen --restore &
## Turn off/on System Beep
set b off &
## Xorg settings
xrdb ~/.Xresources &
## Clipboard manager
(sleep 2; clipit -d) &
## Start desktop visualizer (eyecandy)
(sleep 3; conky) &
## Bluelight filter
(sleep 4; redshift) &
## Bar with invisible tray
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
(sleep 3; polybar main) &
## Urxvt daemon
urxvtd -q -f -o &
## KeepassXC
(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") &
## SSH
(sleep 5; ssh-agent) &
## Spacemacs daemon
(sleep 4; cd ~/.emacs.d; git pull --rebase) &
(sleep 10; emacs --daemon=instance1) &
## Display daemon
(sleep 7; mons -a &)
## Tmux plugins
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all)
## Owncloud
(sleep 10; owncloud)