prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.67k stars 898 forks source link

[Bug]: Partial Screenshot utility has grimblast utility components shown in it #1929

Open YuanziX opened 1 month ago

YuanziX commented 1 month ago

Bug Report

Description

When I take a partial screenshot using the keybind (Meta + P) or (Meta + Ctrl + P), the ui of the screenshot utility shows in the resultant screenshot.

Steps to Reproduce

  1. Initiate partial screenshot using keybind (Meta + P or Meta + Ctrl + P)
  2. Make selection

Expected Behavior

Clear screenshot with only the selected area being shown in it.

Actual Behavior

Screenshot utility (and cursor, sometimes) shows in the captured image.

Screenshots

Screenshot of bug / actual behavior (the black line and then translucent white color at bottom) image image image

Full display screenshot for reference image

Environment

YuanziX commented 2 weeks ago

welp, this is not there after reflashing my system. can't reproduce either so closing.

YuanziX commented 6 days ago

Got the issue again, and found a fix for it this time. Removing animations from selection fixes this issue. so the layerrule layerrule = noanim, selection works.

Before: image After: image

kRHYME7 commented 5 days ago

This is a grimblast issue. But we can add the fixes on our script, though it might be redundant.

YuanziX commented 5 days ago

This is a grimblast issue. But we can add the fixes on our script, though it might be redundant.

does hyprshot wrap around grimblast? because i had this issue in that also.

kRHYME7 commented 5 days ago

the layer "selection" is from slurp . which is used for almost anything to get geometry., used by grimblast and hyprshot. (The transparent layer you see when doing a screenshot )

I don't have this issues.

But if disabling the animation for the layer "selection" fixes this issue , feel free to open a PR I will merge it. We don't really need any animation for this tool.