Utility library to make use of the X Go Binding easier
xgbutil is a utility library designed to work with the X Go Binding. This project's main goal is to make various X related tasks easier. For example, binding keys, using the EWMH or ICCCM specs with the window manager, moving/resizing windows, assigning function callbacks to particular events, drawing images to a window, etc. xgbutil attempts to be thread safe, but it has not been completely tested in this regard. In general, the X event loop implemented in the xevent package is sequential. The idea is to be sequential by default, and let the user spawn concurrent code at their discretion. (i.e., the complexity of making the main event loop generally concurrent is vast.) This package contains the source code needed for building packages that reference the following Go import paths: – github.com/BurntSushi/xgbutil
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0-0.13.20210114gitad855c7.fc35 | - |
Fedora 35 | 0-0.13.20210114gitad855c7.fc35 | - |
Fedora 34 | 0-0.12.20210114gitad855c7.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-burntsushi-xgbutil dash maintainers at fedoraproject dot org
.