summaryrefslogtreecommitdiff
path: root/.config/i3/custom/screenshot
diff options
context:
space:
mode:
authoradamstuck <adam.moloney.stuck@gmail.com>2021-10-11 11:10:37 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2021-10-11 11:10:37 +0200
commitd7d28a71cec270d00742c9037a109ffa4040933c (patch)
tree4fec860de49238bfa81250de0127cb889b973f8d /.config/i3/custom/screenshot
parentb436f74ce94928b13cd6d52799d0e04403af14e2 (diff)
Updated laptop to be like main. Still missing nvim setup update.
Diffstat (limited to '.config/i3/custom/screenshot')
-rwxr-xr-x.config/i3/custom/screenshot5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot
new file mode 100755
index 0000000..0e22b5d
--- /dev/null
+++ b/.config/i3/custom/screenshot
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+sleep 0.2
+scrot -sfe 'mv $f ~/Pictures/screenshots/'
+