i3: fix Mullvad & autostart Signal

Essential on any device apparently and it's painless
This commit is contained in:
Aminda Suomalainen 2020-01-01 14:27:16 +02:00
parent 6ae87b6de8
commit 7aba23ee83
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ exec --no-startup-id insync start
exec --no-startup-id nextcloud --background
exec --no-startup-id sleep 60 && parcimonie --with-dbus
exec --no-startup-id sleep 70 && parcimonie-applet
exec --no-startup-id "/opt/Mullvad VPN/mullvad-vpn"
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-vpn"
# Flatpaks
# ELECTRON!
@ -352,7 +352,7 @@ exec --no-startup-id "/opt/Mullvad VPN/mullvad-vpn"
#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 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!
#exec --no-startup-id flatpak run com.slack.Slack --startup
# ELECTRON!