Skip to content

Instantly share code, notes, and snippets.

@Aaron1011
Last active October 22, 2018 20:13
Show Gist options
  • Save Aaron1011/95b3f05495ea43a1a796a20e7219d1df to your computer and use it in GitHub Desktop.
Save Aaron1011/95b3f05495ea43a1a796a20e7219d1df to your computer and use it in GitHub Desktop.
Real fake paste
sleep 0.2
export DISPLAY=:0
contents=$(xclip -out -selection clipboard )
xdotool type "$contents"
sleep 0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment