Remove home/.config/sway/autostart.sh
Update home/.profile Update home/packages.sh Change attributes of home/.local/bin/autostart-sway
This commit is contained in:
parent
7054fd2356
commit
239ddc36e0
|
@ -1 +0,0 @@
|
||||||
/home/marchambault/.dotfiles/files/.config/sway/autostart.sh
|
|
|
@ -27,3 +27,5 @@ if [ -d $local_profile ]; then
|
||||||
unset i
|
unset i
|
||||||
fi
|
fi
|
||||||
unset local_profile
|
unset local_profile
|
||||||
|
|
||||||
|
exec autostart-sway
|
||||||
|
|
|
@ -12,7 +12,7 @@ fi
|
||||||
|
|
||||||
pikaur -S --needed --noconfirm {{ .packages.arch.base | join " " }}
|
pikaur -S --needed --noconfirm {{ .packages.arch.base | join " " }}
|
||||||
|
|
||||||
{{- if not (contains .chezmoi.kernel.osrelease "WSL") }}
|
{{- if not (.chezmoi.kernel.osrelease | lower | contains "microsoft") }}
|
||||||
pikaur -S --needed --noconfirm {{ .packages.arch.base_desktop | join " " }}
|
pikaur -S --needed --noconfirm {{ .packages.arch.base_desktop | join " " }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue