pop-os / cosmic-settings-daemon

GNU General Public License v3.0
20 stars 16 forks source link

Provide mechanism for reducing inotify watch instances #2

Closed jackpot51 closed 8 months ago

jackpot51 commented 9 months ago

The com.system76.CosmicSettingsDaemon dbus interface could provide a signal for any detected changes to .config/cosmic files, reporting the app name, config version, and config key on that signal. Then libcosmic could optionally attach to this signal and filter out important events instead of using inotify.