notes/updates.txt
2022-04-08 10:38:42 -07:00

16 lines
755 B
Text

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 xfwm orage-git (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
doas rm -r ~/.config/xfce4 ~/.config/xfce4-dict ~/.config/xfburn
NOTE: The only thing that seemed to have broken was thunar, just check it and reinstall it if need be.