diff options
Diffstat (limited to 'screenshot')
-rwxr-xr-x | screenshot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/screenshot b/screenshot new file mode 100755 index 0000000..e101d3e --- /dev/null +++ b/screenshot @@ -0,0 +1,6 @@ +#!/bin/sh + +picdir="${XDG_PICTURES_DIR}/screenshots" +pic="${picdir}/$(date +%Y-%m-%d_%H-%M-%S).png" + +maim --format=png --hidecursor --quality 8 "${pic}" |