[dev] [dwm] A status program

2012-09-05 Thread Neale Pickett
http://woozle.org/~neale/g.cgi/status I've been maintaining a status program (in C) for a while now. It makes your status line look like this: -49dBm 1.82 1.6G 62° (64%) 10 Nov 11:51 | | | || | | | |Battery (parens = discharging) | |

[dev] [st] Removing highlight when selection is owner by another process

2012-09-05 Thread Roberto E. Vargas Caballero
Hello, When the selection is woner by another window we sholud remove the highlight, because in other case it creates some confusion to the user. Best regards. >From 6c7267744f8a1effeda813d5c0105247e46b19a5 Mon Sep 17 00:00:00 2001 From: "Roberto E. Vargas Caballero" Date: Wed, 5 Sep 201

Re: [dev] [st] extra arguments to xcopy()

2012-09-05 Thread Rob
On Wed, Sep 05, 2012 at 11:07:33AM -0400, Andrew Hills wrote: > In hg tip (c84141b8303e), two calls to xcopy() in xdrawcursor() pass > four arguments, which takes no arguments. It looks like xcopy() was > changed in dcba87365e02 and not all calls to xcopy() were updated. The > attached patch remove

Re: [dev] [dwm] tag0 focus patch

2012-09-05 Thread Robert Dölz
2012/9/5 Nick > In the future can you just attach the patch to the email please? > Yes. The above posted patch has a bug. New version attached. dwm-tag0focus-r2.patch Description: Binary data

[dev] [st] extra arguments to xcopy()

2012-09-05 Thread Andrew Hills
In hg tip (c84141b8303e), two calls to xcopy() in xdrawcursor() pass four arguments, which takes no arguments. It looks like xcopy() was changed in dcba87365e02 and not all calls to xcopy() were updated. The attached patch removes the arguments (no functional changes). I hope the current behavior i

Re: [dev] [dwm] tag0 focus patch

2012-09-05 Thread Nick
On Wed, Sep 05, 2012 at 03:25:17PM +0200, Robert Dölz wrote: > If someone want to post it elsewhere. Go on. Do it! In the future can you just attach the patch to the email please? Makes tracking things much easier for everyone. I'm attaching his patch from pastebin, for convenience. --- a/dwm.c

[dev] [dwm] tag0 focus patch

2012-09-05 Thread Robert Dölz
Hello! I discovered a problem having set a window visible to all tags (tag0) in dwm. When you jump between tags, then that "tag0-window" will always be focused first. That can be annoying e.g. if you watch a videostream in that window and jumping from tag to tag. I made a small patch, so that windo