X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.md;h=197176c684f39329a5743515341c87d7c7d6a792;hb=refs%2Fheads%2Fmaster;hp=d683da8d31a8582934fb4aecf246b58e5759e52b;hpb=b1afef82c52628b51eed288e33e98ecda0b843c8;p=rrq%2Fnewlisp%2Fpinwin.git diff --git a/README.md b/README.md index d683da8..197176c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ pinwin - making the side monitor sticky ======================================= -This is a pair of scripts 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 ===