Update .xprofile
This commit is contained in:
parent
cf2f81c5b5
commit
54116bf9cd
1 changed files with 3 additions and 1 deletions
|
@ -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 -}}
|
||||||
|
|
Loading…
Reference in a new issue