Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 231 Bytes

X11 Window manager

Simple X11 Window manager implementation using Xlib & OpenGL

Building

Prerequisites: CMake, Xlib, OpenGL, C++17 compiler

Built on Manjaro Linux 21.0.1

mkdir build && cd build
cmake ..
make
./wm