summaryrefslogtreecommitdiff
path: root/examples/doc.go
diff options
context:
space:
mode:
authorjEzEk <[email protected]>2021-03-02 17:45:20 +0100
committerjEzEk <[email protected]>2021-03-02 17:45:20 +0100
commit127386eb8b0ce6176227c7568950d79ba49d301f (patch)
treee03745e87d5dfaf9b922c5bf758fde4be728026f /examples/doc.go
parentcec22bda1ce18b7a75cf028a67ad5f1c71a37831 (diff)
Reword examples documentation xgbutil mention
Diffstat (limited to 'examples/doc.go')
-rw-r--r--examples/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/doc.go b/examples/doc.go
index 20fed98..b516851 100644
--- a/examples/doc.go
+++ b/examples/doc.go
@@ -10,8 +10,8 @@ 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/jezek/xgbutil
+a lot of boiler plate. To that end, I'd recommend use of a higher level
+library (eg. 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,