6 lines
269 B
Bash
Executable file
6 lines
269 B
Bash
Executable file
#!/usr/bin/zsh
|
|
sudo pacman -S $(cat /usr/local/bin/X.list) --noconfirm
|
|
# sudo /usr/local/bin/cldoc # use if you want documentation/help remove to save space
|
|
echo "hit Enter to get to openbox, Ctrl-C to remain in console"
|
|
echo "exec openbox-session" >>~/.xinitrc
|
|
xinit
|