also remove xfwm

This commit is contained in:
tomit4 2022-04-08 10:10:56 -07:00
parent 3ced116c0e
commit ba603a8f07

View file

@ -4,7 +4,7 @@ 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)
doas pacman -R xfwm (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