libcosmic/cosmic-config/src
Ian Douglas Scott 456b2ddcd5
config: Ignore some filesystem events (#125)
APIs like inotify can provide notification for some events that don't
change the contents of a file. It makes sense to ignore those here, even
if the expected way to write is through the config API.

This reduces the number of events on the directory received by a single
`:w` in vim from 12 to 8. And reduces a `touch` from 2 events to 1.

Atomic writes through the config API only result in 1 event per-setting,
before and after this change.
2023-07-03 14:33:25 -07:00
..
calloop.rs config: Add calloop feature to provide a calloop source (#102) 2023-05-09 08:45:21 -07:00
lib.rs config: Ignore some filesystem events (#125) 2023-07-03 14:33:25 -07:00