naelstrof

Results 177 comments of naelstrof

Ah I realize there are users who simply don't run a compositor and don't want to, that'd make the OpenGL part of slop useless. Though I still argue that linking...

Ok I implemented it, I realized that disabling the OpenGL mode prevents slop from working on Wayland as well. I also realized people wanting to bind to slop might need...

Slop without -n should return the container window spawned by your window manager. (Typically only found through xprop's -tree functionality). This is so that maim and other apps can capture...

Oh the formatting for the hex is easy though, I'll look into it.

Ooh right, the man pages could definitely be updated. I wrote them years ago while I was still designing the functionality...

Try installing boost ([libboost-dev](https://packages.debian.org/wheezy/libboost-dev)) and zlib ([zlib1g-dev](https://packages.debian.org/wheezy/zlib1g-dev)), then run cmake again. Alternatively, the newest slop doesn't rely on either of those libraries (I think). Try grabbing the newsest slop from...

Sure, I'll certainly work on this. Meanwhile, just an fyi, you can use the arrow keys during a custom selection to move its starting point. With a steady hand you...

Programming slop to allow for clickable resize is possible, but difficult. I don't want to have it interface with the WM at all so that I don't have to worry...

It's possible, it's just quite a bit of work and I don't use it myself so it's quite low on the priority list. With the re-write it's not so hard...

I'm not actively developing slop anymore. The feature you want is possible though.