Files
old-dotfiles/bin/scrot_copy
2023-04-18 09:55:20 +02:00

6 lines
99 B
Bash
Executable File

#!/bin/sh
scrot -s -o /tmp/screenshot.png
xclip -sel clip -i /tmp/screenshot.png -t "image/png"