Skip to content

Instantly share code, notes, and snippets.

@petrohs
Created May 24, 2020 23:47
Show Gist options
  • Save petrohs/5a166cff1908b1d023d6c669545ada60 to your computer and use it in GitHub Desktop.
Save petrohs/5a166cff1908b1d023d6c669545ada60 to your computer and use it in GitHub Desktop.
_screenshotClipboad¦ capturar segmento de pantalla
#!/bin/bash
gnome-screenshot -a -f /tmp/capSecc000.png
xclip -selection clipboard -t image/png /tmp/capSecc000.png
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment