Skip to content

Instantly share code, notes, and snippets.

@Aaron1011
Created October 21, 2018 23:10
Show Gist options
  • Save Aaron1011/f81ec9c3bb1bfcd67567f20e082ef1e7 to your computer and use it in GitHub Desktop.
Save Aaron1011/f81ec9c3bb1bfcd67567f20e082ef1e7 to your computer and use it in GitHub Desktop.
Fake paste
sleep 0.2
export DISPLAY=:0
contents=$(xclip -out -selection clipboard )
xdotool type $contents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment