breadclip/breadclipd
Breadway 8097d1944c breadclip: privacy hardening + event-driven daemon
- history.db and images/*.png are now created with 0600 permissions
  (owner-only) instead of default umask, since clipboard history can
  contain plaintext passwords/tokens.
- breadclipd never persists clipboard content flagged with the
  x-kde-passwordManagerHint MIME type (the convention KeePassXC,
  Bitwarden, etc. use to mark content they own).
- Replaced breadclipd's 500ms busy-poll loop (2-3 wl-paste forks per
  cycle, forever) with wl-paste --watch, so it only reacts on actual
  clipboard changes.
- Documented both behaviors in the README.
2026-07-17 03:17:24 +08:00
..
src breadclip: privacy hardening + event-driven daemon 2026-07-17 03:17:24 +08:00
Cargo.toml Initial commit 2026-07-02 20:59:21 +08:00