Finalize autostart refactor

This commit is contained in:
Tobias Reisinger 2022-10-13 23:50:13 +02:00
parent e1ef91b696
commit 423b1821a7
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 21 additions and 37 deletions

View file

@ -5,27 +5,6 @@ numlockx on
setxkbmap de
setxkbmap -option caps:none
_autostart_apps()
{
dunst &
parcellite &
solaar --window hide &
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/system.conf"
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
syncthing -no-browser &
/usr/lib/kdeconnectd &
qbittorrent &
qutebrowser &
mopidy &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
}
_autostart()
{
### wait for audio
@ -38,8 +17,6 @@ _autostart()
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
pass x && sleep 5
_autostart_apps &
systemctl --user start autostart.target
}