X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.md;h=fcbca1436f04c39e88d0788cf47f7053ea307044;hb=30065d93619d1913d17f38fb3bf94c37750ada5a;hp=23140654edb513556a329c4c83438ec06c652e5c;hpb=86a6cb50276b746b2ccbb04670c4e2442e48b4ed;p=rrq%2Fnewlisp%2Fpinwin.git diff --git a/README.md b/README.md index 2314065..fcbca14 100644 --- 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 "unpinned". 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 ===