Add thunderbird to autostart

This commit is contained in:
Przemysław Grondek 2023-09-20 23:41:30 +02:00
parent 7f6203e7a6
commit 211312ceb2

View File

@ -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 &