updates.txt includes instructions on how to remove xfce

This commit is contained in:
tomit4 2022-04-08 10:09:40 -07:00
parent 42e9b56380
commit 3ced116c0e

View file

@ -1 +1,14 @@
Use this file as a post-it for packages to install on laptop/desktop.
Remove XFCE
doas pacman -Q | grep xfce | awk '!($2="")' | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | tr '\n' ' ' | catx
doas pacman -R (ctrl + shift + v)
locate xfce | grep -v terminal | grep -v screenshooter | grep -v notifyd | grep -v libxfce4util | grep -v libxfce4ui | grep -v artwork | doas xargs -d\\n rm -v
locate xfce | grep about | doas xargs -d\\n rm -v
locate xfce | grep kiosk | doas xargs -d\\n rm -v
NOTE: The only thing that seemed to have broken was thunar, just check it and reinstall it if need be.