clipnotify icon indicating copy to clipboard operation
clipnotify copied to clipboard

Notify on new X clipboard events

Results 11 clipnotify issues
Sort by recently updated
recently updated
newest added

This pull request introduces changes discussed in #2. The selections to be monitored by `clipnotify` may now be specified via `clipnotify -s clipboard,primary,secondary`. If the `-s` option is not present...

Hi, thanks for this little program quite useful ! I use it to automatically copy the primary selection to the clipboard when I select something : ``` while clipnotify; do...

enhancement

I tried to implement persistent monitor daemon mode in simplest possible way (I guess it is). Without arguments act as usually. But if argument presents - enter mentioned monitor loop....

The way, when command is run per each request or for each event, is somewhat ineffective. Clipnotify could stay at stdout, sending something (may be just a newline) on each...

Now clipnotify uses XFIXES extension to X11. Since the world is moving to Wayland would be great to support it.

enhancement

The example calls clipnotify and, when it returns, does something with the new selection value. But what if a change arrives just before clipnotify starts listening? Then the program will...

When building on FreeBSD the location of the include files for `cc` are in _/usr/local/include_ and _/usr/local/lib_. In the _Makefile_ there is already the following variable defined `x11_bsd_flags = -I/usr/X11R6/include...

good first issue

This can cut down on unnecessary notifications for clipmenud when told not to handle PRIMARY. See [this](https://github.com/cdown/clipmenu/pull/64).

changes requested

please issue a new release