Today I installed Artix with XFCE and for whaterver reason comes with compton.
I also put DWM and removed lightdm (runit) and gkt-greeter and made a .xinitrc file and put picom in it to start but id does not start.
log:
[1] 4269
[ 05.01.2022 03:31:52.181 open_config_file_at WARN ] This compositor has been renamed to "picom", the old config file paths is deprecated. Please replace the "compton"s in the path with "picom"
[ 05.01.2022 03:31:52.181 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
[ 05.01.2022 03:31:52.181 parse_config_libconfig WARN ] Option `no-dnd-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dnd` instead.
[ 05.01.2022 03:31:52.181 parse_config_libconfig WARN ] Option `menu-opacity` is deprecated, and will be removed.Please use the wintype option `opacity` of `popup_menu` and `dropdown_menu` instead.
[ 05.01.2022 03:31:52.181 parse_config_libconfig WARN ] vsync option will take a boolean from now on. "none" is interpreted as "false" for compatibility, but this will stop working soon
[03:31]-ht-~:$ [ 05.01.2022 03:31:52.182 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be replaced by `use-damage = true`.
[ 05.01.2022 03:31:52.182 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
[ 05.01.2022 03:31:52.182 parse_config_libconfig ERROR ] "paint-on-overlay" has been removed as an option, and the feature is enabled whenever possible
[ 05.01.2022 03:31:52.182 main FATAL ERROR ] Failed to create new session.
I want to remove compton and use picom but it canot be removed, it even says that is not installed but is present in allover the system:
-ht-~:$ locate compton
/etc/skel/.config/compton.conf
/etc/skel/.config/autostart/lxqt-compton.desktop
/home/ht/.config/compton.conf
/home/ht/.config/autostart/lxqt-compton.desktop
/usr/bin/compton
/usr/bin/compton-trans
/usr/share/applications/compton.desktop
/usr/share/icons/hicolor/48x48/apps/compton.png
/usr/share/icons/hicolor/scalable/apps/compton.svg
Moreover, compton does not start either :
-ht-~:$ compton &
[1] 4537
bash: compton: command not found
[1]+ Exit 127 compton
[03:35]-ht-~:$ compton
bash: compton: command not found
[03:35]-ht-~:$
Paru cannot find it installed, pacman cannot find it installed.
How can I uninstall this crap so I can use picom?
Edit: I don't want to uninstall xfce.