Add thunderbird to autostart
This commit is contained in:
parent
629684424b
commit
7f6203e7a6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user