dotfiles/.scripts/cast_screenshot

4 lines
104 B
Plaintext
Raw Normal View History

2021-10-01 19:32:53 +02:00
#!/bin/sh
2021-11-12 10:17:46 +01:00
scrot -s -e 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'