1 Nov 2007 16:44
Re: [PATCH 3/3] ncol and nmaster also per-screen
I hope I submitted this correctly, everyone. I want to tell you I really love awesome, and am enjoying it immensely. It's what I'm using on my archlinux machines at home and work. However, the other day I got to thinking that I like for each screen to have its own tile layout and not change when I switch from one screen to the other. So that's what this patch series does. It's working for me here, but I would love some constructive feedback since this is my first time ever submitting a patch for an open-source project. Thanks! Mychael On Thu, Nov 01, 2007 at 08:41:12AM -0700, Mychael Janes wrote: > --- > awesome.c | 3 +++ > config.c | 17 ++++++++++++++--- > config.h | 4 ++-- > layouts/tile.c | 36 ++++++++++++++++++++---------------- > 4 files changed, 39 insertions(+), 21 deletions(-) > > diff --git a/awesome.c b/awesome.c > index bed6079..e3e9d5c 100644 > --- a/awesome.c > +++ b/awesome.c > <at> <at> -79,6 +79,9 <at> <at> cleanup_screen(awesome_config *awesomeconf) > p_delete(&awesomeconf->layouts); > p_delete(&awesomeconf->rules);(Continue reading)
RSS Feed