diff options
Diffstat (limited to 'i3-screeniecmd.sh')
-rwxr-xr-x | i3-screeniecmd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i3-screeniecmd.sh b/i3-screeniecmd.sh new file mode 100755 index 0000000..4f62401 --- /dev/null +++ b/i3-screeniecmd.sh @@ -0,0 +1,2 @@ +#!/bin/sh +scrot -z -e 'mkdir -p ~/pictures/screenshots && mv $f ~/pictures/screenshots/' |