From e824c49f27c94705d61207dd414ae5f0bda3e886 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 24 Nov 2019 11:25:24 +0200 Subject: [PATCH] i3: try sleep magic Ref: #47 --- conf/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 1d6ed55c..4a9718f6 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -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 #exec --no-startup-id flatpak run io.github.NhekoReborn.Nheko # 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! -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 kdeconnect-indicator # 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 # 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. -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! #exec --no-startup-id flatpak run com.slack.Slack --startup # 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 # ELECTRON! + https://github.com/RocketChat/Rocket.Chat.Electron/issues/654 #exec --no-startup-id flatpak run chat.rocket.RocketChat