Add required suffix

This commit is contained in:
maride
2017-08-07 17:23:05 +02:00
parent d27a676a8a
commit 5edbaf9f79
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
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