diff options
author | Oskar <[email protected]> | 2024-10-09 17:04:50 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-09 17:04:50 +0200 |
commit | bee423d15287eb1908773fa3e92a8ee8792fae75 (patch) | |
tree | 8ad8501b42e6a8e426eb3011168288ff1ae99e01 /sshot |
some of the scripts i use
Diffstat (limited to 'sshot')
-rwxr-xr-x | sshot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |