Last active
August 29, 2015 14:24
-
-
Save 3ffusi0on/094f047e0a8843521f0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In some application like KeePass, the clipboard doesn't work perfectly: you can't copy or past, Sometimes both. | |
This happends because Linux has two copy buffers. | |
To fix that issue, a solution consist in using Autocutsel: | |
$> autocutsel & | |
$> autocutsel -s PRIMARY & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment