dots/.local/bin/ss.sh
DogeyStamp 91c28bdd1e
General overhaul
Updated zsh files, added aliases and scripts
Programs list updated to be more OS-agnostic
2021-10-02 11:21:15 -04:00

6 lines
147 B
Bash
Executable File

#!/bin/sh
# Screenshot and save to disk.
sleep 0.1 && scrot -sf '/tmp/%F_%T_$wx$h.png' -e 'cp $f ~/med/screen/latest.png && mv $f ~/med/screen/'