|
@@ -19,22 +19,6 @@ BuildRequires: mesa-libEGL-devel
|
19
|
19
|
slop (Select Operation) is an application that queries for a selection
|
20
|
20
|
from the user and prints the region to stdout.
|
21
|
21
|
|
22
|
|
-Features:
|
23
|
|
- * Hovering over a window will cause a selection rectangle to appear
|
24
|
|
- over it.
|
25
|
|
- * Clicking on a window makes slop return the dimensions of the window,
|
26
|
|
- and it's ID.
|
27
|
|
- * OpenGL accelerated graphics where possible.
|
28
|
|
- * Supports simple arguments:
|
29
|
|
- * Change selection rectangle border size.
|
30
|
|
- * Select X display.
|
31
|
|
- * Set padding size.
|
32
|
|
- * Force window, or pixel selections with the tolerance flag.
|
33
|
|
- * Set the color of the selection rectangles to match your
|
34
|
|
- theme! (Even supports transparency!)
|
35
|
|
- * Remove window decorations from selections.
|
36
|
|
- * Supports custom programmable shaders.
|
37
|
|
-
|
38
|
22
|
%prep
|
39
|
23
|
%autosetup -n %{name}-%{version}
|
40
|
24
|
|