inotify.Watcher wraps Linux inotify for config reloads and app-list updates. Poll getFd() next to your Wayland socket and timer FDs.
Event helpers
| Method | Meaning |
|---|---|
isModified() | File written and closed |
isDeleted() | File removed |
isCreated() | New file in watched directory |
isMoved() | Rename or move |
isIgnored() | Watch removed (file deleted or unmount) |
otter-conf and otter-desktop both use this wrapper. Prefer importing from otter_utils in app code unless you need otter-conf’s path-indexed watcher.
