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
|
fi
|
||||||
|
|
||||||
# shellcheck disable=all
|
# shellcheck disable=all
|
||||||
{{ if eq .chezmoi.hostname "archgirlie" }}
|
{{- if eq .chezmoi.hostname "archgirlie" -}}
|
||||||
"$HOME/.screenlayout/desktop.sh"
|
"$HOME/.screenlayout/desktop.sh"
|
||||||
{{ end }}
|
{{- end }}
|
||||||
# shellcheck enable=all
|
|
||||||
|
|
||||||
|
{{ if eq .osid "linux-arch" -}}
|
||||||
copyq &
|
copyq &
|
||||||
mopidy &
|
mopidy &
|
||||||
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue