Harvey Hunt

Results 26 comments of Harvey Hunt

Progress has been good - adding and removing workspaces dynamically works and howm can now recognise XRandR outputs and treat them as monitors. I need to do some more testing...

Things are coming along well now - I hope to test out multi monitor stuff tomorrow. Then I have a **horrible** rebase to do. :-(

The only TODO in the code is [here](https://github.com/HarveyHunt/howm/blob/master/src/op.c#L205). It would also be nice to add dynamic plug/unplug support for monitors, moving windows between monitors and merging monitor contents.

The idea is that you can merge all of the windows from one monitor onto another. The user could do it explicitly, or howm could do it automatically as part...

@Anachron I've not touched it in a while, I've been working on some other stuff. It's pretty much feature complete (although there is still a TODO in `op.c`).

Hey, thanks for commenting the script. It'd be cool if you could send this as a PR aimed at the develop branch. Note: As of 2115aa873f4c7d3ed785de73393dbbe0e461517f howm is no longer...

That sounds like a good idea - I'll update the examples stuff with the next release.

`howm` is still being worked on, but I've been doing other things recently. I completely forgot about this and can't remember what you meant - could you explain it again...

I am rather tempted by using C for unit testing as I don't want to have to start worrying about bindings. I have spent all day battling with the makefile...

I have thought about this a little more and think I have come up with a nice solution. Store all of the tests in a tests.c file (with the header...