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