libcosmic/cosmic-config
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
..
src config: Ignore some filesystem events (#125) 2023-07-03 14:33:25 -07:00
Cargo.toml cosmic-config: Don't pull all of iced (#111) 2023-06-02 14:52:40 +02:00