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