jobcore/jobo-setup/installX
joborun 9f8198ce32 upg archlinux-keyring btrfs-progs jobo-setup mspr pambase pcre2
add add-gfx script for labwc & X11 ob/jwm joborun-zsh
2024-06-11 01:23:35 +03:00

13 lines
678 B
Bash
Executable file

#!/usr/bin/zsh
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"
echo "exec openbox-session" >>~/.xinitrc
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"
xinit