From 3ced116c0e7273da14aade9506a3d33112423f8e Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 8 Apr 2022 10:09:40 -0700 Subject: [PATCH] updates.txt includes instructions on how to remove xfce --- updates.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/updates.txt b/updates.txt index bb1920ff..64ffb40d 100644 --- a/updates.txt +++ b/updates.txt @@ -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.