summaryrefslogtreecommitdiff
path: root/examples/doc.go
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2017-12-10 18:02:04 +0100
committerjEzEk <[email protected]>2017-12-10 18:02:04 +0100
commite7ad12b3260efa08a4a1652913d5d551fdc1b95d (patch)
tree1f6234ef57c41d330f2e51bbe4d573be1d0db7c1 /examples/doc.go
parent27f122750802c950b2c869a5b63dafcf590ced95 (diff)
BurntSushi/xgb -> jezek/xgb
Diffstat (limited to 'examples/doc.go')
-rw-r--r--examples/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/doc.go b/examples/doc.go
index 80ea5b7..20fed98 100644
--- a/examples/doc.go
+++ b/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://github.com/jezek/xgbutil
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,