dotfiles/sway/.config/sway/autostart.sh

7 lines
179 B
Bash
Raw Normal View History

#!/bin/sh
2021-10-02 20:59:11 +00:00
env SUDO_USER=$USER doas protonvpn c --cc DK
2021-10-08 14:24:35 +00:00
# Uncomment below to use sudo instead of doas, comment the above
2021-10-02 20:59:11 +00:00
#sudo protonvpn c --cc DK
sway-launcher-desktop autostart