aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/scrnshot
diff options
context:
space:
mode:
Diffstat (limited to 'basics/.local/bin/scrnshot')
-rwxr-xr-xbasics/.local/bin/scrnshot5
1 files changed, 5 insertions, 0 deletions
diff --git a/basics/.local/bin/scrnshot b/basics/.local/bin/scrnshot
new file mode 100755
index 0000000..a2dda76
--- /dev/null
+++ b/basics/.local/bin/scrnshot
@@ -0,0 +1,5 @@
+#/bin/sh
+
+# TODO: configure delay, output directory and others
+
+scrot -s -p -e 'mv $f ~/Desktop/shots && echo "$$HOME/Desktop/shots/$f"'