Skip to content
New issue

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

using greenclip for the clipboard #129

Open
stibinator opened this issue Dec 19, 2024 · 0 comments
Open

using greenclip for the clipboard #129

stibinator opened this issue Dec 19, 2024 · 0 comments

Comments

@stibinator
Copy link

greenclip is a rofi-compatible clipboard manager. It doesn't take piped inputs, so for example
qalc 12+3|greenclip print
will not work, but

greenclip print "$(qalc 12+3)"

will.
In my i3 config I have

bindsym $mod+c exec rofi -show calc -modi calc -no-show-match -no-sort -calc-command "greenclip print '{result}'"

but greenclip is not getting the results.
I realise this may be an i3 question, but does anyone know how I can get the result into greenclip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant