mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
comms.bash: comment Wire, Mattermost
This commit is contained in:
parent
4dfb509cc4
commit
f2bcb782e6
@ -28,14 +28,21 @@ mkdir -p ~/.config/T2L-telegram
|
|||||||
|
|
||||||
# Steam
|
# Steam
|
||||||
(STEAM_FRAME_FORCE_CLOSE=1 steam -silent&)
|
(STEAM_FRAME_FORCE_CLOSE=1 steam -silent&)
|
||||||
|
|
||||||
# WireDesktop - doesn't have --startup due to a bug that it may hide notifications launched that way
|
# WireDesktop - doesn't have --startup due to a bug that it may hide notifications launched that way
|
||||||
(flatpak run com.wire.WireDesktop&)
|
# Most of contacts have migrated away and it keeps logging me out so I don't
|
||||||
|
# care anymore.
|
||||||
|
#(flatpak run com.wire.WireDesktop&)
|
||||||
|
|
||||||
# Signal
|
# Signal
|
||||||
(flatpak run org.signal.Signal&)
|
(flatpak run org.signal.Signal&)
|
||||||
# --start-in-tray seems broken
|
# --start-in-tray seems broken
|
||||||
|
|
||||||
# Mattermost
|
# Mattermost
|
||||||
(flatpak run com.mattermost.Desktop&)
|
# The app is Electron and I would get a better experience if I logged into
|
||||||
|
# all Mattermost instances in web browser and as their mobile app supports
|
||||||
|
# only one server at a time (+ another server with beta app), I suggest
|
||||||
|
# avoiding it
|
||||||
|
#(flatpak run com.mattermost.Desktop&)
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user