SolDoesTech / HyprV4

452 stars 133 forks source link

The default screenshot doesn't work for me. #66

Open Rocklinks opened 8 months ago

Rocklinks commented 8 months ago

I installed Hyprland v4 now and the screenshot doesn't work for me. So I'm using the script below for the screenshot timestamp=$(date +"%Y%m%d%H%M%S") screenshot_file="$picturesdir/screenshot$timestamp.png"

Use slurp to select an area for the screenshot

selection=$(slurp)

Use grim to take the screenshot

grim -g "$selection" "$screenshot_file"