jobcore/jobo-setup/removeX

7 lines
266 B
Bash
Executable File

#!/usr/bin/zsh
sudo pacman -Rnsu $(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 exit X or Ctrl-C to remain in graphic session that remains in Ram"
read
killall xinit