Revert "Sway: Autostart applications concurrently with other startup tasks"

This reverts commit a20585d849.
This commit is contained in:
theanonymousexyz 2022-04-09 14:27:02 +02:00
parent a20585d849
commit e37c4f2a81
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
2 changed files with 2 additions and 3 deletions

View File

@ -5,3 +5,5 @@ sleep 1
ivpn connect -ipv6tunnel -p wg -fastest -filter_invert dk \
&& notify-send -u low "IVPN" "Successfully connected to IVPN server:\n$(ivpn status | sed -n 2p | xargs)" \
|| notify-send -u critical "IVPN" "Failed to connect to IVPN\!"
sway-launcher-desktop autostart

View File

@ -18,6 +18,3 @@ exec swayidle -w \
# Custom script for VPN connection before XDG autostart applications
exec ~/.config/sway/autostart.sh
# Autostart applications
exec sway-launcher-desktop autostart