Update autostart chat apps

This commit is contained in:
John Mertz 2022-07-21 01:20:06 -04:00
parent 9a5e9ebddc
commit d215a9364f
1 changed files with 3 additions and 2 deletions

View File

@ -38,9 +38,10 @@ exec pasystray &
# TODO: as above, need new calendaring solution. # TODO: as above, need new calendaring solution.
# 1:chat # 1:chat
# TODO: Set up ZNC then use a client that can actually generate notifications # 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 irssi'" & 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 com.mattermost.Desktop &
exec flatpak run chat.rocket.RocketChat &
# 2:mail - Should also prompt for keyring # 2:mail - Should also prompt for keyring
exec flatpak run org.mozilla.Thunderbird & exec flatpak run org.mozilla.Thunderbird &