5 lines
205 B
Bash
Executable File
5 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
jabuxa="$HOME/Pictures/screenshots/screenshot-$(date -Iseconds | cut -d '+' -f1).png" && maim -u -n -l -c 0.157,0.333,0.466,0.4 "$jabuxa" && xclip -selection clipboard -t image/png "$jabuxa"
|
|
|