Add thunderbird to autostart

This commit is contained in:
Przemek Grondek 2023-09-22 23:41:50 +02:00
parent 629684424b
commit 7f6203e7a6

View File

@ -53,6 +53,11 @@ function start_desktop_applications() {
if command -v timekprc &> /dev/null ; then
timekprc &
fi
# Thunderbird mail client
if command -v thunderbird &> /dev/null ; then
thunderbird &
fi
}
function start_desktop_helper_apps() {