From bee423d15287eb1908773fa3e92a8ee8792fae75 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 9 Oct 2024 17:04:50 +0200 Subject: some of the scripts i use --- sshot | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 sshot (limited to 'sshot') 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" -- cgit v1.2.3