Skip to content

ntwm v1.2.6

Latest
Compare
Choose a tag to compare
@Cubified Cubified released this 10 Mar 19:41
· 4 commits to master since this release

Over the course of two days, I have completely overhauled ntwm's linked list implementation, replacing it with a custom memory pool implementation (standalone version available at libspool), bringing a number of benefits - speed being a notable one. As of now, I have been using ntwm full-time for over six months, implying the project is mature, stable, and reliable.


What's New in v1.2.6

  • Replace linked list implementation with libspool
  • Allow for disabling of specific tiling modes, greatly decreasing filesize if not needed
  • Miscellaneous fixes, cleanups, and refactors - too many to list individually