2024-06-11 00:23:35 +02:00
|
|
|
#!/usr/bin/zsh
|
|
|
|
sudo pacman -Rnsu $(cat /usr/local/bin/labwc.list) --noconfirm
|
|
|
|
# sudo /usr/local/bin/cldoc # use if you want documentation/help remove to save space
|
2024-09-09 00:27:59 +02:00
|
|
|
echo "hit Enter to exit your wayland session or Ctrl-C to remain in graphic session that remains in Ram"
|
2024-06-11 00:23:35 +02:00
|
|
|
read
|
|
|
|
labwc -exit
|