From 1281b71c8e5be09b8f32e11f37aa83eb20646256 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 2 Oct 2024 12:57:53 -0600 Subject: [PATCH] Add Session to autostart Remove TODO for Zith, I don't use IRC anymore --- sway/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/autostart b/sway/autostart index 320baa423..f1ee91bb3 100644 --- a/sway/autostart +++ b/sway/autostart @@ -59,9 +59,9 @@ exec pasystray & # TODO: as above, need new calendaring solution. # 1:chat -# TODO: Figure out Zith; normal weechat is a placeholder exec flatpak run com.mattermost.Desktop --socket=wayland --ozone-platform=wayland --enable-reatures=UseOzonePlatform & exec flatpak run chat.rocket.RocketChat --socket=wayland --ozone-platform=wayland --enable-reatures=UseOzonePlatform & +exec flatpak run network.loki.Session & # 2:mail - Should also prompt for keyring exec flatpak run org.mozilla.Thunderbird &