summaryrefslogtreecommitdiff
path: root/sshot
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-10-09 17:04:50 +0200
committerOskar <[email protected]>2024-10-09 17:04:50 +0200
commitbee423d15287eb1908773fa3e92a8ee8792fae75 (patch)
tree8ad8501b42e6a8e426eb3011168288ff1ae99e01 /sshot
some of the scripts i use
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"