clipmenu icon indicating copy to clipboard operation
clipmenu copied to clipboard

Clipboard management using dmenu

Results 45 clipmenu issues
Sort by recently updated
recently updated
newest added

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...

update needed

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...

code quality

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...

feature request

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...

feature request

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.)...

feature request

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

Feature request; Allow clipdel to delete clips that are older than a certain time specification, for instance: `clipdel -d "older than 3h"`

feature request

Issues like #77, #73, #70 and the like could be caught much more easily before release if we had some fuzzing on clipmenu input.

feature request

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...

needs more info