Revert to old clipboard default xclip command
This commit is contained in:
@@ -20,6 +20,6 @@ def copy(text, cmd):
|
||||
if sys.platform == 'darwin':
|
||||
cmd = 'pbcopy w'
|
||||
else: # For Linux, BSD, cygwin, etc.
|
||||
cmd = 'xclip'
|
||||
cmd = 'xclip -selection -clipboard'
|
||||
|
||||
_subprocess_copy(text, cmd.split())
|
||||
|
||||
Reference in New Issue
Block a user