nog
nog copied to clipboard
A tiling window manager for Windows
#51
It should be possible to define a button with a given text, that calls a given function on click. It should be possible to specify a title.
I am now almost done with completely refactoring any winapi related stuff out of the logic and having our own API for interacting with the OS. This includes a tiny...
the update_config function is already very unmaintanable and I want to refactor this as soon as possible.
It should be possible to have chords. Example "Control+B 1" Don't know whether this should be its own thing or an enhancment of `bind` and `bind_range`.
Not super crucial since it's just an executable at this point that serializes it's config, but it is a good way to keep people using the app and a good...
This isn't too big of a deal but if you're **not** running wwm as administrator and try to manage a window that _is_ running as administrator it will first seem...