Add thunderbird to autostart
This commit is contained in:
parent
7f6203e7a6
commit
211312ceb2
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ function start_desktop_applications() {
|
|||
nextcloud --background &
|
||||
fi
|
||||
|
||||
# Thunderbird email client
|
||||
if command -v thunderbird &> /dev/null ; then
|
||||
thunderbird &
|
||||
fi
|
||||
|
||||
# Blue light filter app
|
||||
if command -v redshift &> /dev/null ; then
|
||||
redshift -c ${HOME}/.config/redshift.conf &
|
||||
|
|
Loading…
Reference in a new issue