Martin Hradil

Results 60 comments of Martin Hradil

I can certainly look at it @vxid but could you elaborate what you actually want please? Are you talking about supporting `.bmp` files?

From `xsetroot` manpage: `-bitmap filename` Use the bitmap specified in the file to set the window pattern. You can make your own bitmap files (little pictures) using the bitmap(1) program....

But.. I think that's already doable .. `hsetroot -tile your_bitmap`

:) Aaah, that helps, thanks :) So, this is essentially a format support issue + the behaviour of `fg` and `bg`. I'll try to look into the code over the...

`-screens` is for Xinerama .. unless you're running a multihead X setup, this is not for you. Modern linux GUIs use xrandr for multiple desktops, not xinerama screens. I would...

@lwilletts That sounds perfectly reasonable (hsetroot already does pretty much call imagemagick anyway). What I'm missing is a good way of specifying this... `hsetroot --output=eDP-1 image1.jpg --output=HDMI-2 image2.jpg` sounds cumbersome,...

Aah, well, in that case, it shouldn't be that hard to add, I'll take a look over the weekend :). > I have a feeling my first and second monitor...

So.. one complication, there doesn't seem to be a nice way for a C program to tell which outputs are there by name. libXinerama doesn't return output names, while libxrandr...

Yes, the C version means less dependencies, the potential downside is that it will only work as long as `xrandr` outputs lines exactly like `DP-2-3 connected 1920x2160+0+0 (...)`.

Fair :) I'm still planning to add it (though apparently you DO have to remind me every couple of years ;)), but .. if you rely on me, it probbbly...