diff --git a/sway/autostart b/sway/autostart index 8c7a1244e..22365d274 100644 --- a/sway/autostart +++ b/sway/autostart @@ -38,9 +38,10 @@ exec pasystray & # TODO: as above, need new calendaring solution. # 1:chat -# TODO: Set up ZNC then use a client that can actually generate notifications -exec xterm -e /bin/bash -c "ssh -i ~/.ssh/no_pass jpm@john.me.tz -t 'screen -x irssi'" & +# TODO: Figure out Zith; normal weechat is a placeholder +exec xterm -e /bin/bash -c "ssh -i ~/.ssh/no_pass jpm@john.me.tz -t 'screen -x weechat'" & exec flatpak run com.mattermost.Desktop & +exec flatpak run chat.rocket.RocketChat & # 2:mail - Should also prompt for keyring exec flatpak run org.mozilla.Thunderbird &