dotfiles/scripts/sshot

4 lines
118 B
Plaintext
Raw Permalink Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
2022-04-23 12:41:01 -04:00
scrot -b -s -f -F "$SCREENSHOT_HOME/$(date +%F-%H%M%S).png" -e 'xclip -sel clipboard -t image/png -i $f'
2022-01-18 01:25:46 -05:00