Skip to content

Read SYSCONFDIR/compizconfig/presets.ini as default values

Jonathan Michalon requested to merge johndescs/libcompizconfig:presets into master

Just after reading the XML files and before loading user profiles, we now read SYSCONFDIR/compizconfig/presets.ini and set the definitions in there as default values, overriding these from XML. This allows distributions to provide a set of custom defaults.

Fixes issue #4 (closed) through a simplified way.

Merge request reports