Fix .xinitrc install
This commit is contained in:
parent
7737c3c652
commit
e2d707ad80
@ -4,5 +4,5 @@ echo "~> Installing i3"
|
|||||||
pacstrap /mnt i3 feh xcompmgr dmenu acpi
|
pacstrap /mnt i3 feh xcompmgr dmenu acpi
|
||||||
|
|
||||||
echo "~> Creating .xinitrc"
|
echo "~> Creating .xinitrc"
|
||||||
echo "xcompmgr -c &" > /mnt/home/$username/.xinitrc
|
echo "xcompmgr -c &" > /mnt/home/*/.xinitrc
|
||||||
echo "exec i3" >> /mnt/home/$username/.xinitrc
|
echo "exec i3" >> /mnt/home/*/.xinitrc
|
||||||
|
Loading…
Reference in New Issue
Block a user