diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:19 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:19 +0200 |
commit | ad067e8e61f305f21135b0bf1c491a2cda595ad7 (patch) | |
tree | 32af0c4029f0f0481dde06e95400d879a169fe35 /.config/i3/extra/screenshot | |
parent | b460eaa65839490da6dc5da3549f1fd639843ac0 (diff) |
Moved scripts to .local/bin and small i3 change
Diffstat (limited to '.config/i3/extra/screenshot')
-rwxr-xr-x | .config/i3/extra/screenshot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot deleted file mode 100755 index 3eb9ec1..0000000 --- a/.config/i3/extra/screenshot +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sleep 0.2 -scrot --line mode=edge -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |