hamburger1984 / lightwm

Minimalist Window Manager for Microsoft Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightWM

Minimalist Tiling Window Manager For MS-Windows

Building

You can build using the Microsoft Visual Studio Build Tools:

Making the main executable:

cl wm.c user32.lib

Making the DLL:

cl /c wm_dll.c

link wm_dll.obj user32.lib /dll

Todo

  • Add proper error handling and cleanup
  • Add make file
  • Add keyboard navigation
  • Add workspaces

About

Minimalist Window Manager for Microsoft Windows

License:MIT License


Languages

Language:C 100.0%