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/extra | |
parent | cb7464082fc971d9f7ff04dc3a75cd5597de06ac (diff) |
Cleaned home dir, cleaned xinit, ls -> exa, cvim alias
Diffstat (limited to '.config/i3/extra')
-rwxr-xr-x | .config/i3/extra/screenshot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot new file mode 100755 index 0000000..9a443b1 --- /dev/null +++ b/.config/i3/extra/screenshot @@ -0,0 +1,4 @@ +#!/bin/sh + +sleep 0.2 +scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |