Conversation
I looked into it because I switched to clipboard-manager from copyq on Cosmic desktop.
|
- Add --toggle/-t CLI flag to toggle popup via keyboard shortcut - Add --help/-h with setup instructions for COSMIC custom shortcuts - Add file-based IPC (polling) for external toggle signaling - Fix popup positioning: icon click uses XDG popup (anchored), --toggle uses centered layer surface - Fix close_popup to correctly destroy layer surfaces vs XDG popups - Switch clipboard pipe reads from blocking std::io to async tokio with 500ms timeout (based on PR cosmic-utils#170) - Fix search input to support Enter-to-copy focused item - Add db lock file to .gitignore Incorporates and fixes issues from PR cosmic-utils#170 and PR cosmic-utils#160: - Replaces notify-based file watcher with simple 250ms polling to prevent CPU busy-loop caused by inotify on busy /run/user/ dir - Uses Anchor::empty() for centered popup instead of edge-anchored Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Please explain briefly what the PR does.