Jonas Bucher

Results 60 comments of Jonas Bucher

Hi, it's certainly possible to build your own compositor with it. pywm is meant to be quite generic to allow for different compositors (although not as generic as wlroots itself)....

That's a good suggestion, thanks. I'll take a look into it and see if it makes sense to set up my editor accordingly. Probably though we're not going to end...

I think I'll add this once v0.3 is released. Right now master and v0.3 have diverged quite a bit and I don't want to make merging them complicated. But after...

I created a debug branch to test some things: https://github.com/jbuchermn/pywm/tree/debug_issue11 First of all I enabled some more debug logs - can you try running either newm or pywm-fullscreen with that?

I don't know which packages are the right ones on Debian, unfortunately... But yeah, you're missing wayland. Maybe install sway first, this should pull in missing dependencies.

I can't really tell what's wrong here, can you try v0.3?

I just merged v0.3 into master, fyi.

Take a look into the config options `energy.idle_callback` and `energy.suspend_command`. Should be possible by just leaving `suspend_command` empty and setting backlight to zero in `idle_callback` with e.g. "idle-presuspend".

Thanks a lot. That‘s a good idea, I'll have a go at it.

I've been thinking about that for some time, one could probably intoduce a temproray row / column in that scenario. I'll keep it as a backlog item