diff options
Diffstat (limited to '.config/i3/custom')
-rwxr-xr-x | .config/i3/custom/screenshot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot new file mode 100755 index 0000000..a3bae84 --- /dev/null +++ b/.config/i3/custom/screenshot @@ -0,0 +1,4 @@ +#!/bin/sh + +sleep 0.2 +scrot -sfe 'mv $f ~/Pictures/screenshots/' |