regolith-linux / regolith-compositor-picom-glx

GLX backend Picom configuration for Regolith
2 stars 3 forks source link

Remove deprecated picom options #6

Closed mfisher87 closed 1 year ago

mfisher87 commented 1 year ago

Cleanup deprecated picom options.

With Regolith 2.2 I've been getting these in my logs:

[ 12/23/2022 08:17:56.919 parse_config_libconfig WARN ] The refresh-rate option has been deprecated. Please remove it from your configuration file. If you encounter any problems without this feature, please feel free to open a bug report
[ 12/23/2022 08:17:56.919 parse_config_libconfig WARN ] The sw-opti option has been deprecated. Please remove it from your configuration file. If you encounter any problems without this feature, please feel free to open a bug report

My picom version is showing as:

$ picom --version
vgit-d4e24

I don't know if these options are also deprecated in compton, or just picom.

Same change as https://github.com/regolith-linux/regolith-look-extra/pull/11