2022-12-27 22:12:51 +01:00
|
|
|
#!/usr/bin/zsh
|
2024-06-11 00:23:35 +02:00
|
|
|
echo "Press enter if you want openbox and jwm to be installed in the system"
|
|
|
|
echo "using joborun linux recommended setup"
|
|
|
|
read
|
|
|
|
sudo pacman -Suy $(cat /usr/local/bin/X.list) --noconfirm
|
|
|
|
echo "sudo /usr/local/bin/cldoc - if you want documentation/help removed to save space"
|
2022-12-27 22:12:51 +01:00
|
|
|
echo "exec openbox-session" >>~/.xinitrc
|
2024-06-11 00:23:35 +02:00
|
|
|
echo "type xinit to start your openbox session"
|
|
|
|
echo "add xinit to your ~/.zlogin or ~/.bashrc to have an X session start after login"
|
|
|
|
echo "edit ~/.xinitrc and switch by comment/uncomment openbox-session or jwm"
|
|
|
|
echo "depending which one of the two you prefer to have started."
|
|
|
|
echo "hit Enter to get to openbox, Ctrl-C to remain in console"
|
2022-12-27 22:12:51 +01:00
|
|
|
xinit
|