Skip to content

Instantly share code, notes, and snippets.

@3ffusi0on
Last active August 29, 2015 14:24
Show Gist options
  • Save 3ffusi0on/094f047e0a8843521f0f to your computer and use it in GitHub Desktop.
Save 3ffusi0on/094f047e0a8843521f0f to your computer and use it in GitHub Desktop.
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