From c14db01bf593efcfc55e718cbc12ea9de1c4612e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Mon, 12 Feb 2024 13:36:43 +0100 Subject: [PATCH] Delete duplicated launch of thunderbird --- .xsessionrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.xsessionrc b/.xsessionrc index 1a77ae6..b1cfe2f 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -58,11 +58,6 @@ 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() {