Skip to content

Minimal X11 Window Manager "winman" from O"Reilly Xlib programming Manual, compile on modern computer

Notifications You must be signed in to change notification settings

laurent-fr/winman-modern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winman, a minimal Window Manager from O"Reilly Xlib Programming Manual (Vol 1.)

see chap. 16, p520-571 or http://www.sbin.org/doc/Xlib/chapt_16.html

Compile on modern Linux system. Unusable as-is. Intended to understand how a window manager actually works.

Compile :

apt-get install libbsd-dev libx11-dev

make

Run :

apt-get install xnest xterm

Xnest :1

export DISPLAY=:1

./winman

TODO :

  • Some bugs in the base code.
  • Iconify hangs winman with some apps

About

Minimal X11 Window Manager "winman" from O"Reilly Xlib programming Manual, compile on modern computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published