>> I haven't dug into the code too much, but I found the "focusstack" >> method, and perhaps >> it could be modified to take a "0" (zero) as an argument which would >> put the focus on the master client. > > no, that would focus the previous client > you want something like > > void > focusmaster(const Arg *arg) { > focus(nexttiled(selmon->clients)); > } > > Thanks!
This works perfectly (and very concise). I really like dwm. I thought I'd miss the ability to stack windows like wmii, but I've found that it's easier to just create a specific tag, with the windows arranged how I want or to just add/remove a tag to the current one. Thanks, --Nate