Megnas-Config/.scripts/screenshot.sh

10 lines
168 B
Bash
Raw Permalink Normal View History

2026-02-19 20:27:50 +01:00
#!/bin/sh
dir="$HOME/Pictures/Screenshots"
file="$(date '+%F_%H-%M-%S').png"
grim -g "$(slurp)" "$dir"/"$file"
copyq write image/png - < "$dir/$file"
copyq select 0