Fix .xinitrc install

This commit is contained in:
maride 2017-08-10 18:02:16 +02:00
parent 7737c3c652
commit e2d707ad80

View File

@ -4,5 +4,5 @@ echo "~> Installing i3"
pacstrap /mnt i3 feh xcompmgr dmenu acpi
echo "~> Creating .xinitrc"
echo "xcompmgr -c &" > /mnt/home/$username/.xinitrc
echo "exec i3" >> /mnt/home/$username/.xinitrc
echo "xcompmgr -c &" > /mnt/home/*/.xinitrc
echo "exec i3" >> /mnt/home/*/.xinitrc