DogeyStamp
91c28bdd1e
Updated zsh files, added aliases and scripts Programs list updated to be more OS-agnostic
6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Screenshot to clipboard, and leave a copy at ~/med/screen/latest.png
|
|
|
|
sleep 0.1 && scrot -sf '/tmp/%F_%T_$wx$h.png' -e 'cp $f ~/med/screen/latest.png && xclip -selection clipboard -target image/png -i $f'
|