dotfiles/.scripts/cast_screenshot

4 lines
102 B
Plaintext
Raw Normal View History

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