|
|
|
|
19
|
from the user and prints the region to stdout.
|
19
|
from the user and prints the region to stdout.
|
20
|
|
20
|
|
21
|
Features:
|
21
|
Features:
|
22
|
- * Hovering over a window will cause a selection rectangle
|
|
|
23
|
- to appear over it.
|
|
|
24
|
- * Clicking on a window makes slop return the dimensions of
|
|
|
25
|
- the window, and it's ID.
|
|
|
|
|
22
|
+ * Hovering over a window will cause a selection rectangle to appear
|
|
|
23
|
+ over it.
|
|
|
24
|
+ * Clicking on a window makes slop return the dimensions of the window,
|
|
|
25
|
+ and it's ID.
|
26
|
* OpenGL accelerated graphics where possible.
|
26
|
* OpenGL accelerated graphics where possible.
|
27
|
* Supports simple arguments:
|
27
|
* Supports simple arguments:
|
28
|
* Change selection rectangle border size.
|
28
|
* Change selection rectangle border size.
|
29
|
* Select X display.
|
29
|
* Select X display.
|
30
|
* Set padding size.
|
30
|
* Set padding size.
|
31
|
- * Force window, or pixel selections with the tolerance
|
|
|
32
|
- flag.
|
|
|
33
|
- * Set the color of the selection rectangles to match
|
|
|
34
|
- your theme! (Even supports transparency!)
|
|
|
|
|
31
|
+ * Force window, or pixel selections with the tolerance flag.
|
|
|
32
|
+ * Set the color of the selection rectangles to match your
|
|
|
33
|
+ theme! (Even supports transparency!)
|
35
|
* Remove window decorations from selections.
|
34
|
* Remove window decorations from selections.
|
36
|
* Supports custom programmable shaders.
|
35
|
* Supports custom programmable shaders.
|
37
|
|
36
|
|