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 & copyq &
{{ end -}} {{ end -}}
{{ if lookPath "mpd" -}} {{ if lookPath "mpd" -}}
sudo mount -a
mpd & mpd &
{{ end -}} {{ end -}}
{{ if lookPath "numlockx" -}} {{ if lookPath "numlockx" -}}
@ -48,4 +49,5 @@ numlockx on
setxkbmap -option "apple:alupckeys" setxkbmap -option "apple:alupckeys"
{{ end -}} {{ end -}}
{{ if lookPath "nmcli" -}} {{ if lookPath "nmcli" -}}
nmcli con up nmcli con up us.protonvpn.tcp
{{ end -}}