We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, and thank you for this great software, it is very useful !!!
I would like to set the number of clips shown when using rofi.
I can set this when using dmenu, but not in rofi (and i use rofi for everything else ...).
This is what i have tried so far:
setting the below environment variable, but it doesn't work: CM_HISTLENGHT=20
CM_HISTLENGHT=20
and trying to pass dmenu options to rofi, the prompt option works, but not the line one: CM_LAUNCHER=rofi clipmenu -p clipboard -l 20
CM_LAUNCHER=rofi clipmenu -p clipboard -l 20
Any help would be appreciated, Thanks again
The text was updated successfully, but these errors were encountered:
CM_HISTLENGTH is gone in clipmenu 7, use -l.
CM_HISTLENGTH
-l
You pass options to rofi the same way you do to dmenu: as arguments to clipmenu itself.
Sorry, something went wrong.
the prompt option works, but not the line one
Weird. I don't see why it wouldn't. Note that in the case of rofi, clipmenu automatically prepends -- -demnu to the arguments:
rofi
-- -demnu
clipmenu/src/clipmenu.c
Lines 47 to 51 in 2baa44c
Maybe this is causing some issue? (I don't use rofi, so not sure).
No branches or pull requests
Hi, and thank you for this great software, it is very useful !!!
I would like to set the number of clips shown when using rofi.
I can set this when using dmenu, but not in rofi (and i use rofi for everything else ...).
This is what i have tried so far:
setting the below environment variable, but it doesn't work:
CM_HISTLENGHT=20
and trying to pass dmenu options to rofi, the prompt option works, but not the line one:
CM_LAUNCHER=rofi clipmenu -p clipboard -l 20
Any help would be appreciated,
Thanks again
The text was updated successfully, but these errors were encountered: