JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
document open/close focus predictability
[dwm.git] / README
diff --git a/README b/README
index 39d3889..c38b3d3 100644 (file)
--- 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
 ------------