7 lines
175 B
Bash
Executable file
7 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
|
|
env SUDO_USER=$USER doas protonvpn c --cc DK
|
|
# Uncomment to use sudo instead of doas, comment the above
|
|
#sudo protonvpn c --cc DK
|
|
sway-launcher-desktop autostart
|