Re: [dev] [DWM]Strange new window behavior

2012-03-30 Thread Martti Kühne
On Thu, Mar 29, 2012 at 07:07:20PM +0200, Anselm R Garbe wrote:
  I would really appreciate to have an answer because I asked on Archlinux
  forums, but I didn't get any informations.
 
 This is known and it is down to the X client you are using. dwm is
 very quick to resize and map it, but the client hasn't drawn its
 window contents at the end of the manage() function yet.
 
 There is no real fix to this problem, except delaying the map. But
 that would make everything slower.

Well, one possible fix would be monocle view. That just wouldn't resize windows
any more.
Personally, I'm not using tiling any more, since tmux does that for me, and I
like to keep my windows fullscreened anyway.

cheers!
mar77i



[dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how
could I submit my patch for reviewing to you guys (if you even review)?


Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Hannes Blut
On 03/30/12 at 11:50am, Lee Fallat wrote:
 Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how
 could I submit my patch for reviewing to you guys (if you even review)?

Send an email to this list with an attachment or commit to the wiki.

-- 
Hannes Blut


pgpctVajhNM8I.pgp
Description: PGP signature


Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Anselm R Garbe
On 30 March 2012 17:50, Lee Fallat ircsurfe...@gmail.com wrote:
 Hey, I have implemented Xft support into dwm 6.0 and I'd like to ask, how
 could I submit my patch for reviewing to you guys (if you even review)?

Add it to the wiki. See http://suckless.org/wiki for details.

Cheers,
Anselm



Re: [dev] [DWM]Strange new window behavior

2012-03-30 Thread Anselm R Garbe
On 29 March 2012 23:20, Hugues Moretto-Viry hugues.more...@gmail.com wrote:
 Another question: did you changed the code much compared to the 5.9? I ask
 you, because I don't have similar thing on 5.9

You can use hg diff 5.9 to see what has changed since then.

Cheers,
Anselm



Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Well I'm not sure how to put everything into one patch file, but here they
are.


dwm-6.0-xft.patch
Description: Binary data


dwm-6.0-xft-config-mk.patch
Description: Binary data


Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Paul Hoffman
On Fri, Mar 30, 2012 at 01:41:47PM -0400, Lee Fallat wrote:
 Well I'm not sure how to put everything into one patch file, but here they
 are.

Generate a unified diff instead (diff -u), then you can just cat them 
together.

Paul.

-- 
Paul Hoffman nkui...@nkuitse.com



Re: [dev] Xft patch dwm 6.0

2012-03-30 Thread Lee Fallat
Alright, sorry for all the confusion. Here is the unified patch! Be sure to
have dejavu font installed to experience the utf8ness  ; )


dwm-6.0-xft.patch
Description: Binary data