X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=c38b3d33d29317b92bf02fcdb362a0dc79dc22b5;hp=39d3889b713dd3ac626c13d3a6cdfcd0c4e76f9b;hb=b264b42fe8c56a22cfcefb490db17c188d7bd342;hpb=00ccca79cb9e2ebe4714e8dca6ad414292d3feb4 diff --git a/README b/README index 39d3889..c38b3d3 100644 --- a/README +++ b/README @@ -22,6 +22,20 @@ JasonWoof's modifications include: workspace, and/or make terminals stay in their correct workspaces accross dwm restarts. +5. New windows open to the right (clockwise) of the focused window. Closing + the focused window focuses the window to its left (counter-clockwise). This + achieves both: + + 1. After closing a window, focus goes where you expect (it's consistent, + and you don't have to remember what was focused before to predict + correctly.) + + 2. When you open a window, and then close it, focus goes back to where it + was originally. + + And an added bonus: The master window doesn't move around or change size + when you open or close other windows. + Requirements ------------