Re: [dev] [dwm] - Focus Master Patch Request

From: Nathan Neff <nathan.neff_AT_gmail.com>
Date: Thu, 3 Sep 2009 16:02:19 -0500

>> 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
Received on Thu Sep 03 2009 - 21:02:19 UTC

This archive was generated by hypermail 2.2.0 : Thu Sep 03 2009 - 21:12:02 UTC