slop icon indicating copy to clipboard operation
slop copied to clipboard

Feature request: Use a different window class name (WM_CLASS) for selection

Open UtkarshVerma opened this issue 4 years ago • 0 comments

Windows 10's snipping tool is really intuitive to use. When the tool is opened, it blurs the entire region and selecting a region unblurs the selected region.

When using a compositor like picom, I can easily specify regions to be blurred based on the WM_CLASS property. I'm not sure but I think this only requires changing this line in the source code:

https://github.com/naelstrof/slop/blob/ed94f0c802b7cd39850a1552e7b3d3db3e6b0ff9/src/xshaperectangle.cpp#L45

UtkarshVerma avatar Dec 19 '21 07:12 UtkarshVerma