X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.md;h=e67cde6e5576118af59f330f70a06d77c0410a8d;hb=44b00f0d4ad68ba82b3fd7ba46346d818252e632;hp=23140654edb513556a329c4c83438ec06c652e5c;hpb=86a6cb50276b746b2ccbb04670c4e2442e48b4ed;p=rrq%2Fnewlisp%2Fpinwin.git diff --git a/README.md b/README.md index 2314065..e67cde6 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 un-pinned. 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 ===