diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-31 17:58:10 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-31 17:58:10 +0100 |
commit | b79dcb8585e77535160784fd32243b023e12873f (patch) | |
tree | 493b2ad438b6ddd13b599601b5cc90322f4458a4 /.config/i3/custom/screenshot | |
parent | cb7464082fc971d9f7ff04dc3a75cd5597de06ac (diff) |
Cleaned home dir, cleaned xinit, ls -> exa, cvim alias
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/' |