updates.txt includes instructions on how to remove xfce
This commit is contained in:
parent
42e9b56380
commit
3ced116c0e
1 changed files with 13 additions and 0 deletions
13
updates.txt
13
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue