Update .xprofile
This commit is contained in:
parent
800ee5500b
commit
65fed110b3
1 changed files with 4 additions and 3 deletions
|
@ -31,10 +31,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|||
fi
|
||||
|
||||
# shellcheck disable=all
|
||||
{{ if eq .chezmoi.hostname "archgirlie" }}
|
||||
{{- if eq .chezmoi.hostname "archgirlie" -}}
|
||||
"$HOME/.screenlayout/desktop.sh"
|
||||
{{ end }}
|
||||
# shellcheck enable=all
|
||||
{{- end }}
|
||||
|
||||
{{ if eq .osid "linux-arch" -}}
|
||||
copyq &
|
||||
mopidy &
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue