summaryrefslogtreecommitdiff
path: root/scripts/screenshot_fs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/screenshot_fs')
-rwxr-xr-xscripts/screenshot_fs4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/screenshot_fs b/scripts/screenshot_fs
index 827eb9f..c8a9aa2 100755
--- a/scripts/screenshot_fs
+++ b/scripts/screenshot_fs
@@ -1,4 +1,2 @@
#!/bin/bash
-#sleep 0.2
-#scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f'
-maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png")
+maim -u /dev/stdout | tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")