dotfiles/.scripts/cast_screenshot

4 lines
102 B
Bash
Executable File

#!/bin/sh
scrot -se 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'