diff options
Diffstat (limited to 'nexgb/examples/doc.go')
-rw-r--r-- | nexgb/examples/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/examples/doc.go b/nexgb/examples/doc.go index 80ea5b7..e18180b 100644 --- a/nexgb/examples/doc.go +++ b/nexgb/examples/doc.go @@ -11,7 +11,7 @@ to events. If you're looking to query information about your window manager, get-active-window is a start. However, to do anything extensive requires a lot of boiler plate. To that end, I'd recommend use of my higher level -library, xgbutil: https://github.com/BurntSushi/xgbutil +library, xgbutil: https://janouch.name/haven/nexgbutil There are also examples of using the Xinerama and RandR extensions, if you're interested in querying information about your active heads. In RandR's case, |