From: Jason Woofenden Date: Thu, 26 Mar 2015 21:27:06 +0000 (-0400) Subject: document open/close focus predictability X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=b264b42fe8c56a22cfcefb490db17c188d7bd342;ds=sidebyside document open/close focus predictability --- 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 ------------