Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rocklinks opened this issue Oct 16, 2023 · 0 comments
Open

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

Rocklinks opened this issue Oct 16, 2023 · 0 comments

Comments

@Rocklinks
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant