From 487791a17e94e19418bef86f85c31510f77ee1ac Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jan 2024 11:08:30 +0200 Subject: [PATCH] sway/autostart-communication.conf: fix DeltaChat wayland --- conf/sway/config.d/autostart-communication.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 9dfad5b5..ec8a2fda 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -17,12 +17,8 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service # Gajim nightly, also electronless XMPP #exec --no-startup-id flatpak run org.gajim.Gajim.Devel -# Instant messenger as email client, no wayland support https://github.com/deltachat/deltachat-desktop/issues/2800 -# 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 /var/lib/flatpak/exports/bin/chat.delta.desktop --disable-gpu $@ +# Instant messenger as email client +exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ # Mattermost, I fear it's Electron. #exec --no-startup-id flatpak run com.mattermost.Desktop