You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="$pictures_dir/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"
The text was updated successfully, but these errors were encountered:
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="$pictures_dir/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"
The text was updated successfully, but these errors were encountered: