1
0
Fork 0

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:
Massaki Archambault 2024-07-17 10:19:37 -04:00
parent 7054fd2356
commit 239ddc36e0
4 changed files with 3 additions and 2 deletions

View File

@ -1 +0,0 @@
/home/marchambault/.dotfiles/files/.config/sway/autostart.sh

View File

@ -27,3 +27,5 @@ if [ -d $local_profile ]; then
unset i unset i
fi fi
unset local_profile unset local_profile
exec autostart-sway

View File

@ -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 }}