diff --git a/.xsessionrc b/.xsessionrc index 48fc81a..5afde3a 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -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() {