BurntSushi / xgbutil

A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)
Do What The F*ck You Want To Public License
194 stars 46 forks source link

Full screen support. #6

Closed uriel closed 12 years ago

uriel commented 12 years ago

Need a way to enable full screen.

BurntSushi commented 12 years ago

I've added a fullscreen example that uses a _NET_WM_STATE_FULLSCREEN request to achieve fullscreen in EWMH compliant window managers.