configs/bin/print-select

5 lines
208 B
Plaintext
Raw Normal View History

2022-08-19 16:23:29 -03:00
#!/bin/bash
jabuxa="$HOME/Pictures/screenshots/screenshot-$(date -Iseconds | cut -d '+' -f1).png" && maim -u -s -n -l -c 0.157,0.333,0.466,0.4 "$jabuxa" && xclip -selection clipboard -t image/png "$jabuxa"