summaryrefslogtreecommitdiff
path: root/scripts/screenshot
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/screenshot')
-rwxr-xr-xscripts/screenshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/screenshot b/scripts/screenshot
index 626671c..d0df6a8 100755
--- a/scripts/screenshot
+++ b/scripts/screenshot
@@ -1,2 +1,2 @@
#!/bin/bash
-maim -su /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")
+maim -su /dev/stdout | tee $(date +"$HOME/pics/screenshot/%F_%T.png") | xclip -selection clipboard -t image/png