Add thunderbird to autostart
This commit is contained in:
parent
629684424b
commit
7f6203e7a6
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue