mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
i3: disable many autostarts that I start anyway for now
* Dino * (clarify that the VIP app of a comment is Jami) * Telegram * Riot * Steam * Gajim
This commit is contained in:
parent
0e0ce5216f
commit
34c259c2ac
@ -318,19 +318,19 @@ exec --no-startup-id kdocker -m -d 300 $TERMINAL
|
|||||||
exec --no-startup-id conky
|
exec --no-startup-id conky
|
||||||
exec --no-startup-id aa-notify -p -s 1 -w 60
|
exec --no-startup-id aa-notify -p -s 1 -w 60
|
||||||
exec --no-startup-id caffeine-indicator
|
exec --no-startup-id caffeine-indicator
|
||||||
exec --no-startup-id kdocker -d 300 dino
|
#exec --no-startup-id kdocker -d 300 dino
|
||||||
# VIP app that is expected to not get sold or violate its privacy policy
|
# VIP app that is expected to not get sold or violate its privacy policy
|
||||||
# or anything nasty, keep this in mind when considering commenting!
|
# or anything nasty, keep this in mind when considering commenting! Jami
|
||||||
exec --no-startup-id jami-gnome -r
|
exec --no-startup-id jami-gnome -r
|
||||||
exec --no-startup-id telegram-desktop -many -startintray
|
#exec --no-startup-id telegram-desktop -many -startintray
|
||||||
exec --no-startup-id sleep 180 && telegram-desktop -many -workdir ~/.config/T2L-telegram -startintray
|
#exec --no-startup-id sleep 180 && telegram-desktop -many -workdir ~/.config/T2L-telegram -startintray
|
||||||
# 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 sleep 30 && 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
|
||||||
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/kdeconnectd
|
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/kdeconnectd
|
||||||
@ -344,15 +344,15 @@ exec --no-startup-id sleep 70 && parcimonie-applet
|
|||||||
exec --no-startup-id flatpak run com.wire.WireDesktop
|
exec --no-startup-id flatpak run com.wire.WireDesktop
|
||||||
#--startup # Wire needs to not trayify so I will see notifications
|
#--startup # Wire needs to not trayify so I will see notifications
|
||||||
#exec --no-startup-id flatpak run de.haeckerfelix.gradio
|
#exec --no-startup-id flatpak run de.haeckerfelix.gradio
|
||||||
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 sleep 45 && 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 sleep 60 && flatpak run im.riot.Riot --hidden
|
#exec --no-startup-id sleep 60 && flatpak run im.riot.Riot --hidden
|
||||||
exec --no-startup-id sleep 120 && flatpak run im.riot.Riot --profile T2L --hidden
|
#exec --no-startup-id sleep 120 && 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