Skip to content
/ lwm Public

lwm is a window manager written in C based on Xlib.

Notifications You must be signed in to change notification settings

liviuq/lwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lwm (learn window manager)

lwm is a window manager for learning purposes. It shares some functionality wiht suckless's dwm.

Building

Building lwm requires X11 and make

$ git clone [email protected]:liviuq/lwm.git
$ cd lwm
$ make {debug, release}

Debugging lwm

To debug, you need Xephyr.

$ Xephyr -br -ac -noreset -screen 1280x720 :2 &
$ DISPLAY=:2 gdb lwm

About

lwm is a window manager written in C based on Xlib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published