diff options
| author | jEzEk <[email protected]> | 2021-03-02 17:45:20 +0100 |
|---|---|---|
| committer | jEzEk <[email protected]> | 2021-03-02 17:45:20 +0100 |
| commit | 127386eb8b0ce6176227c7568950d79ba49d301f (patch) | |
| tree | e03745e87d5dfaf9b922c5bf758fde4be728026f /examples/doc.go | |
| parent | cec22bda1ce18b7a75cf028a67ad5f1c71a37831 (diff) | |
Reword examples documentation xgbutil mention
Diffstat (limited to 'examples/doc.go')
| -rw-r--r-- | examples/doc.go | 4 |
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, |
