clipmenu
clipmenu copied to clipboard
Clipboard management using dmenu
Add 2 new options: 1) --print-sel argument to print all selections in clipmenu 2) CM_INPUT_CLIP to accept selection from stdin The reasoning behind this is to bypass clipmenu for getting...
Since clipmenud is specific to one X `$DISPLAY`, that value should be included in the path to its cache directory. This would allow correct handling of multiple X displays for...
The current method to detect if a program clipboard should be ignored or not is to look for the active window with xdotool, this is a straightfoward solution, but too...
tabs?
on dmenu tabs are view as a box containing a cross. I think this is a dmenu 'problem', so its possible a 'solution' outside of dmenu source code. Say, we...
Clipmenu 6.1.0 When I bring up the Clipmenu list of copied items in Rofi, select one item and the press `enter` nothing happens.. This is a giant PITA (to me.)...
I'd like to have a feature in `clipdel` to delete the current clip (first item of `clipmenu`), so I wrote [a WIP patch](https://brunelli.me/dl/clipdel-delete-last.patch) which deletes the current clip and sets...
Feature request; Allow clipdel to delete clips that are older than a certain time specification, for instance: `clipdel -d "older than 3h"`
Issues like #77, #73, #70 and the like could be caught much more easily before release if we had some fuzzing on clipmenu input.
When shutting down my system it takes some time since some process is not shutting down properly and I suspect it is `clipmenud`, since when I look at the last...