Re: [dev] [dwm] My patch

2017-06-20 Thread Kristaps Čivkulis
Yes, sorry, the default gesture to decrease nmaster indeed is mod-d, not mod-p. Dumb me. Rest of the answer still aplies. 2017-06-20 20:24 GMT+03:00 Donald Allen : > On 20 June 2017 at 12:34, Kristaps Čivkulis > wrote: >> Hi, >> >> Maybe I explained it badly. >> >> By default, the visible tiled

Re: [dev] [dwm] My patch

2017-06-20 Thread Donald Allen
On 20 June 2017 at 12:34, Kristaps Čivkulis wrote: > Hi, > > Maybe I explained it badly. > > By default, the visible tiled windows form two "stacks" - left and > right. By calling incnmaster (which by default is MODKEY+i and > MODKEY+p), You are not helping matters by persisting in making the err

Re: [dev] [dwm] My patch

2017-06-20 Thread Kristaps Čivkulis
Hi, Maybe I explained it badly. By default, the visible tiled windows form two "stacks" - left and right. By calling incnmaster (which by default is MODKEY+i and MODKEY+p), you increase/decrease the size of the left stack (this size is specific for each monitor and is stored in nmaster variable).