summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2022-04-24 15:13:56 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-04-24 15:13:56 +0200
commit4921c24089873ea5ab1e06fd7a5910cc28019a06 (patch)
tree09c20bca8ed7556f6da1777e96c1fde5236e0ffe /.local
parentf88a020f3ee159bc1a126948af03053d3427d62a (diff)
Moved scripts to .local/bin
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/screenshot4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/screenshot b/.local/bin/screenshot
new file mode 100755
index 0000000..3eb9ec1
--- /dev/null
+++ b/.local/bin/screenshot
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+sleep 0.2
+scrot --line mode=edge -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/'