BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

EWMH and ICCCM support where reasonable #4

Closed BurntSushi closed 12 years ago

BurntSushi commented 12 years ago

Fully support EWMH and ICCCM where appropriate.

Wingo already uses EWMH and ICCCM to communicate with clients, so what's left is to fill in the properties that the window manager is responsible for, and respond to a set of ClientMessage events specified by the EWMH spec.

BurntSushi commented 12 years ago

Done. Mostly.

See COMPLIANCE.