Browse Source

Remove feature list from %description

Alois Mahdal 6 years ago
parent
commit
7d22364364
1 changed files with 0 additions and 16 deletions
  1. 0
    16
      slop.spec.in

+ 0
- 16
slop.spec.in View File

19
 slop (Select Operation) is an application that queries for a selection
19
 slop (Select Operation) is an application that queries for a selection
20
 from the user and prints the region to stdout.
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
 %prep
22
 %prep
39
 %autosetup -n %{name}-%{version}
23
 %autosetup -n %{name}-%{version}
40
 
24