diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-11 11:10:37 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-11 11:10:37 +0200 |
commit | d7d28a71cec270d00742c9037a109ffa4040933c (patch) | |
tree | 4fec860de49238bfa81250de0127cb889b973f8d /.config/i3/custom/screenshot | |
parent | b436f74ce94928b13cd6d52799d0e04403af14e2 (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/screenshot | 5 |
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/' + |