old-dotfiles/bin/scrot_copy

6 lines
99 B
Plaintext
Raw Normal View History

2023-04-18 09:55:20 +02:00
#!/bin/sh
scrot -s -o /tmp/screenshot.png
xclip -sel clip -i /tmp/screenshot.png -t "image/png"