Don't run protonvpn before starting i3

This commit is contained in:
flyingscorpio@arch-desktop 2022-01-21 18:38:16 +01:00
parent e0277f3e41
commit 5cc4c5c4d5

View file

@ -47,10 +47,6 @@ if command -v udiskie >/dev/null 2>&1; then
udiskie --tray &
fi
if command -v protonvpn >/dev/null 2>&1; then
sudo protonvpn c -f
fi
for monitor in $(xrandr --listactivemonitors | awk '{print $4}'); do
xrandr --output "$monitor" --mode 1920x1080
done