Update .xprofile

This commit is contained in:
punkfairie 2024-08-04 13:53:46 -07:00
parent cf2f81c5b5
commit 54116bf9cd
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -39,6 +39,7 @@ fi
copyq &
{{ end -}}
{{ if lookPath "mpd" -}}
sudo mount -a
mpd &
{{ end -}}
{{ if lookPath "numlockx" -}}
@ -48,4 +49,5 @@ numlockx on
setxkbmap -option "apple:alupckeys"
{{ end -}}
{{ if lookPath "nmcli" -}}
nmcli con up
nmcli con up us.protonvpn.tcp
{{ end -}}