From 0210361ace552947ee39a5413df61f63f1005bab Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 28 Sep 2022 20:42:09 +0300 Subject: [PATCH] autostart-communication.conf: don't mullvad-exclude deltachat --- conf/sway/config.d/autostart-communication.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 3fd7e749..fc1c3751 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -19,4 +19,5 @@ exec --no-startup-id dino --gapplication-service # Wayland would be enabled by: --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland # Excluded from Mullvad to avoid Gandi.net blocklist resulting inability to send # mail -exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@ +#exec --no-startup-id /usr/bin/mullvad-exclude /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@ +exec --no-startup-id /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@