-
The keepassxc doesn't delete the password from the cliphist after 10 seconds. I think it should run the |
Beta Was this translation helpful? Give feedback.
Answered by
cnt0
Aug 24, 2025
Replies: 1 comment 7 replies
-
You need to tell cliphist to support the standard password mime data flags for clipboard. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I did my research about this topic, and the current state is the following:
wl-clipboard
learned to check thex-kde-passwordManagerHint
mime flag, and in this case it sets theCLIPBOARD_STATE
environment variable tosensitive
according to its mini-protocolcliphist
supports this mini-protocol out of boxwl-clipboard
maintainer has yet to release a new version with this feature, so it's not in downstream repositories yet. So right now it's better to build it manually from the git master. relevant issueSo I believe nothing technical needs to be done on the keepassxc side. Maybe it worth mentioning somewhere in the documentation that it's advised to use
wl-clipboard
with version >2…