X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=README;h=c38b3d33d29317b92bf02fcdb362a0dc79dc22b5;hp=349fca0aa4eae70fb319b9087668dcd9fbcd5804;hb=HEAD;hpb=a2449d2026aa94558773653b1ae1834e32ce64ba diff --git a/README b/README index 349fca0..c38b3d3 100644 --- a/README +++ b/README @@ -17,6 +17,25 @@ JasonWoof's modifications include: 3. _NET_WM_OPACITY is set. Run xcompmgr or the like, so you can see which window has focus. (Non-zero width borders are probably broken in this fork) +4. Terminals are spawned with environmental variable containing the current + workspace number. This can be used to eg have separate shell history per + 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 ------------