Skip to content
/ lightwm Public
forked from nir9/lightwm

Minimalist Tiling Window Manager for Microsoft Windows

License

Notifications You must be signed in to change notification settings

OMGasm/lightwm

 
 

Repository files navigation

LightWM

Minimalist Tiling Window Manager For MS-Windows

Building

You can build using the "x64 Native Tools Command Prompt for VS 2022" that comes with Microsoft Visual Studio Build Tools:

In the console you can run nmake to build according to the Makefile

nmake

I haven't tried building with a different VS version or building x86, but that may work as well.

Todo

  • Add keyboard navigation
  • Add workspaces

Coding Conventions

  • Function and variable names: camelCase
  • Comments: Avoid adding obvious comments on the code and use them only if they have any added value
  • Pointers: int* and not int *

About

Minimalist Tiling Window Manager for Microsoft Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.0%
  • Makefile 8.0%