Harvey Hunt
Harvey Hunt
I think it is important for howm to have better mouse support. I don't like using the mouse with a tiling WM, but sometimes it is necessary. We should support...
This has been requested by a lot of people and is something that should be added in the future.
A window may wish to be moved to a different workspace. This should be handled in `client_message_event`. In order to do this, we need to be able to move an...
This was removed with the move to using cottage for commands. By saving the IPC string of the last command, it should be possible to call `ipc_process` on the string...
This is the perfect task for a new comer - there are still quite a few comments that need updating and completing.
I wanted to do this a few months ago, but the lack of `sudo` in containers meant it was impossible to install packages - this has been worked around now....
It would be great if we could get some unit testing into howm. I see two ways of doing it: - Use [minunit](http://www.jera.com/techinfo/jtns/jtn002.html), a VERY lightweight unit testing lib. -...
There is no mention of cottage, sxhkd or how configuration now works.
howm isn't a fast and responsive as I would like, optimisations need to be made. A good example is when killing a workspace. remove_client refocuses all of the windows- that's...