scripts/printscreen

7 lines
182 B
Plaintext
Raw Normal View History

2015-05-11 23:41:56 +02:00
#!/bin/sh
# -s: Interactively select a window or rectangle with the mouse.
# -e: Directly open the screenshot with Gimp then delete it
scrot -s -m -e 'gimp $f ; mv $f /tmp/'