Re: [dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread Carlos Torres
For the terminal, setting resize hint to false just means the gap will be inside the terminal. It can't fit either a column or row of chars in the remaining space. Most widget toolkits won't mind, it's an aesthetic switch. On Feb 16, 2012 3:08 PM, "pmarin" wrote: > Thanks. > > Now a new questi

Re: [dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread pmarin
Thanks. Now a new question arose. Which applications need to have resizehints set to True? On Thu, Feb 16, 2012 at 8:31 PM, Hannes Blut wrote: > you probably want to set resize hints to false if you don't like it. for > more expaination search older ml entries.

Re: [dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread Hannes Blut
you probably want to set resize hints to false if you don't like it. for more expaination search older ml entries. pgpsVrL9OxTJ1.pgp Description: PGP signature

Re: [dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread Manolo Martínez
On 02/16/12 at 07:58pm, pmarin wrote: > screenshot: http://i.imgur.com/rAUfL.png No idea, but your screenshot would have made a nice electroclash CD cover back in the early 2000s :)

[dev] [dwm] Why am I having a gap between the master window and the others?

2012-02-16 Thread pmarin
I am using dwm 6.0. When I have the focus on a xterm and I try to resize the window a gap appears between the master window and the others. screenshot: http://i.imgur.com/rAUfL.png Until now I have used dwm 4.5 and I never had this problem. Cheers. pmarin.

Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread ilf
On 02-16 19:28, Aurélien Aptel wrote: I'll try to keep the xft branch up to date. I may even merge it by designing a generic font interface. These two seperate branches are inconvenient and seem to cause more work for everyone involved. Can't we just discuss and conclude what the way to go is

Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 12:22 PM, Peter Hartman wrote: > So I take it the xft stuff didn't make it.  In addition to fixing some I'll try to keep the xft branch up to date. I may even merge it by designing a generic font interface. > problems, I also liked it because I could do st -f (rather than

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 7:18 PM, Andrew Hills wrote: > Thanks. It looks like the SHELL macro is still in config.h and still > doesn't do anything. Should it replace "sh" on line 712 of st.c? Yep, forgot about that.

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Andrew Hills
Thanks. It looks like the SHELL macro is still in config.h and still doesn't do anything. Should it replace "sh" on line 712 of st.c? --Andrew Hills On Thu, Feb 16, 2012 at 12:51 PM, Aurélien Aptel wrote: > On Thu, Feb 16, 2012 at 4:11 PM, Andrew Hills wrote: >> Will this be released/availabl

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Aurélien Aptel
On Thu, Feb 16, 2012 at 4:11 PM, Andrew Hills wrote: > Will this be released/available at http://dl.suckless.org/st/? I don't > have Mercurial access at work. You don't need mercurial to get a tarball from the repo. http://hg.suckless.org/st/archive/.tar.gz http://hg.suckless.org/st/archive/0.2.

Re: [dev] [st] 0.2.1 is out

2012-02-16 Thread Andrew Hills
Will this be released/available at http://dl.suckless.org/st/? I don't have Mercurial access at work. --Andrew Hills

Re: [dev] Re: [st] 0.2.1 is out

2012-02-16 Thread Peter Hartman
On Wed, Feb 15, 2012 at 7:43 PM, Aurélien Aptel wrote: > On Thu, Feb 16, 2012 at 1:19 AM, Aurélien Aptel > wrote: >> * support for dim/bright colors >> * unfocused cursor is now visible with a different color >> * using index >16 for default colors now works properly >> * various code cleanup, re