Finalize autostart refactor
This commit is contained in:
parent
e1ef91b696
commit
423b1821a7
2 changed files with 21 additions and 37 deletions
23
.xprofile
23
.xprofile
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue