Browse Source

Re-format to 80 characers

Alois Mahdal 6 years ago
parent
commit
19d32d6b80
1 changed files with 7 additions and 8 deletions
  1. 7
    8
      slop.spec.in

+ 7
- 8
slop.spec.in View File

@@ -19,19 +19,18 @@ slop (Select Operation) is an application that queries for a selection
19 19
 from the user and prints the region to stdout.
20 20
 
21 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 26
  *  OpenGL accelerated graphics where possible.
27 27
  *  Supports simple arguments:
28 28
      *  Change selection rectangle border size.
29 29
      *  Select X display.
30 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 34
      *  Remove window decorations from selections.
36 35
  *  Supports custom programmable shaders.
37 36