summaryrefslogtreecommitdiff
path: root/.config/i3/custom
diff options
context:
space:
mode:
Diffstat (limited to '.config/i3/custom')
-rwxr-xr-x.config/i3/custom/screenshot3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/i3/custom/screenshot b/.config/i3/custom/screenshot
index 0e22b5d..9a443b1 100755
--- a/.config/i3/custom/screenshot
+++ b/.config/i3/custom/screenshot
@@ -1,5 +1,4 @@
#!/bin/sh
sleep 0.2
-scrot -sfe 'mv $f ~/Pictures/screenshots/'
-
+scrot -sfe 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/'