mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
parent
2d1c3c2f9f
commit
e824c49f27
@ -327,9 +327,9 @@ exec --no-startup-id telegram-desktop -many -workdir ~/.config/T2L-telegram -sta
|
|||||||
# https://github.com/Nheko-Reborn/nheko/issues/79 - 100 % background CPU
|
# https://github.com/Nheko-Reborn/nheko/issues/79 - 100 % background CPU
|
||||||
#exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko
|
#exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko
|
||||||
# ELECTRON!
|
# ELECTRON!
|
||||||
exec --no-startup-id KEYBASE_AUTOSTART=1 run_keybase -a
|
exec --no-startup-id sleep 30 && KEYBASE_AUTOSTART=1 run_keybase -a
|
||||||
# STILL ELECTRON!
|
# STILL ELECTRON!
|
||||||
exec --no-startup-id run_keybase
|
#exec --no-startup-id run_keybase
|
||||||
exec --no-startup-id STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
exec --no-startup-id STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||||
exec --no-startup-id kdeconnect-indicator
|
exec --no-startup-id kdeconnect-indicator
|
||||||
# CHANGEME - this may not be here on all systems, Debian testing 64bit
|
# CHANGEME - this may not be here on all systems, Debian testing 64bit
|
||||||
@ -345,11 +345,11 @@ exec --no-startup-id flatpak run com.wire.WireDesktop
|
|||||||
exec --no-startup-id flatpak run org.gajim.Gajim --quiet
|
exec --no-startup-id flatpak run org.gajim.Gajim --quiet
|
||||||
# ELECTRON! I have to autostart it as Signal won't use tray icon without
|
# ELECTRON! I have to autostart it as Signal won't use tray icon without
|
||||||
# that flag and this seems to be the least painful way to have it.
|
# that flag and this seems to be the least painful way to have it.
|
||||||
exec --no-startup-id flatpak run org.signal.Signal --start-in-tray
|
exec --no-startup-id sleep 45 && flatpak run org.signal.Signal --start-in-tray
|
||||||
# ELECTRON!
|
# ELECTRON!
|
||||||
#exec --no-startup-id flatpak run com.slack.Slack --startup
|
#exec --no-startup-id flatpak run com.slack.Slack --startup
|
||||||
# ELECTRON!
|
# ELECTRON!
|
||||||
exec --no-startup-id flatpak run im.riot.Riot --hidden
|
exec --no-startup-id sleep 60 && flatpak run im.riot.Riot --hidden
|
||||||
#exec --no-startup-id flatpak run im.riot.Riot --profile T2L --hidden
|
#exec --no-startup-id flatpak run im.riot.Riot --profile T2L --hidden
|
||||||
# ELECTRON! + https://github.com/RocketChat/Rocket.Chat.Electron/issues/654
|
# ELECTRON! + https://github.com/RocketChat/Rocket.Chat.Electron/issues/654
|
||||||
#exec --no-startup-id flatpak run chat.rocket.RocketChat
|
#exec --no-startup-id flatpak run chat.rocket.RocketChat
|
||||||
|
Loading…
Reference in New Issue
Block a user