summaryrefslogtreecommitdiff
path: root/sshot
diff options
context:
space:
mode:
Diffstat (limited to 'sshot')
-rwxr-xr-xsshot2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshot b/sshot
new file mode 100755
index 0000000..f5583dd
--- /dev/null
+++ b/sshot
@@ -0,0 +1,2 @@
+#!/bin/dash
+ffmpeg -f x11grab -video_size 1920x1080 -i :0.0 -pix_fmt rgba "$HOME/pic/screenshot_$(date +%Y%m%d_%H%M%S).png"