X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.md;h=37180efe560c0438fad43b602b8c0868b4ca7148;hb=001c26c255f73d3c6613fa2435a77e4332ce7f8b;hp=af2c98e48442195e0b85c146d0089f349661d266;hpb=d02c7b598d3d5d63ffb7d4b22c320d00b8fb9207;p=rrq%2Fnewlisp%2Fpinwin.git diff --git a/README.md b/README.md index af2c98e..37180ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ 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 @@ -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 ===