minor edit to force reload
[rrq/newlisp/pinwin.git] / README.md
index 23140654edb513556a329c4c83438ec06c652e5c..197176c684f39329a5743515341c87d7c7d6a792 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
 pinwin - making the side monitor sticky
 =======================================
 
-This is a newlisp script acting as an X event daemon that recognizes
-window movements and "pins" windows when moved to the side monitor,
-whereas windows moved to the main monitor are "unpinned".
+This newlisp script acts as an X event daemon that recognizes window
+movements and "pins" windows when moved to the side monitor, whereas
+windows moved to the main monitor are un-pinned.
 
-A pinned window shows up on all workspaces, whereas an unpinned one
+A pinned window shows up on all workspaces whereas an unpinned one
 stays on a single workspace.
 
-I think some window managers might support the "pin windows on side
-monitor" function already, but I couldn't find this for my xfce4.
+I think some window managers might support the "pin windows on side
+monitor" function already, but I couldn't find this for my xfce4)
 
 Note that the newlisp script `pinwin.lsp` implements the assumption
 that the side monitor is to the right of the main monitor. Any other
@@ -23,7 +23,7 @@ binary, `pinwin`, which is made using the `-x` argument to newlisp. For
 example:
 
     $ newlisp -x pinwin.lsp pinwin
-       $ chmod a+x pinwin
+    $ chmod a+x pinwin
 
 RUN
 ===