Skip to content
Tugdual de Kerviler edited this page Oct 1, 2015 · 3 revisions

Ubuntu

Take a screenshot of an area and have the image's url saved to your clipboard

  • Create an executable script file with the following content:
#!/bin/sh
gnome-screenshot -a -f /tmp/screenshot.png
up /tmp/screenshot.png
  • Now run it with a custom shortcut (System > Keyboard > Shortcuts > Custom Shortcuts). You can use Super+Print for instance.