From b264b42fe8c56a22cfcefb490db17c188d7bd342 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 26 Mar 2015 17:27:06 -0400 Subject: [PATCH] document open/close focus predictability --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ------------ -- 1.7.10.4