diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 13:02:00 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-10 13:02:00 +0200 |
commit | 9c2e9f955ea6240c2dec68647a4b71cd3f1ed7b8 (patch) | |
tree | b9a81dc63c443cf48bc9c2be19a1005d8d07a06d /.config/i3/custom/screenshot | |
parent | e2f69c3bc006642198258256134f2012c3c6aef0 (diff) |
some dotfiles organization
Diffstat (limited to '.config/i3/custom/screenshot')
-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/' |