How do I set the CLIPBOARD_ALWAYS_PERSIST environmental variable??? #65
-
In the configuration Since this is environmental variable, I assume I would be doing the standard |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You didn't read I'll update the readme to say |
Beta Was this translation helpful? Give feedback.
You didn't read
Set this
wrong, it literally means that if the variableis set
to something, anything, then it's considered enabled to Clipboard. So, in your case, useexport CLIPBOARD_ALWAYS_PERSIST=1
or...ERSIST=0
, as Clipboard doesn't check what the value actually is. That also means to disable the variable, justunset
it.I'll update the readme to say
Set this to anything...
instead so it's clearer :)