A utility program used to create X windows in the form of lines and rectangles.
You will need to have the following libraries installed:
- libX11
- libXrandr
To install the program, simply execute this in the root folder of the project:
$ make install
$ xdrawrect <monitor> [top|bottom] width[%] height[%] x[%] y[%] color name [place_above_window_name]
The color should be specified in the following form: #AARRGGBB
The optional argument place_above_window_name
will put the X window above and in the same
stack as the target. It needs to be the WM_NAME
of an exising X window.
- Fork the project
- Create a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Rebase against master:
git pull --rebase origin master
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
The project is licensed under the MIT license.