Re: [dev] [dwm] window title shows as "broken"

2012-12-09 Thread Pablo Perez
On 03/12/12, Anselm R Garbe wrote: > On 3 December 2012 03:07, Pablo Perez wrote: > > I was wondering if someone could shed some light on a problem I have. > > > > The bar is not showing the name of the window. Instead is showing "broken" > > This happens on my machine both using a stock debian pa

[dev] [st] delete key didn't work correctly

2012-12-09 Thread Martti Kühne
hi guys Was compiling git HEADs today and ported my private patches to the newest codebase. Wrong did go a few things, mostly on my own account, but my setup with dmenu/dwm/st/sandy besides a gui editor is up and running. Now, st's delete key didn't work, and I looked into the code long enough to

Re: [dev] Migration to git

2012-12-09 Thread Calvin Morrison
fantastic! On 9 December 2012 10:29, Kai Hendry wrote: > On 29 November 2012 12:13, Calvin Morrison wrote: > > With the transfer to git, would it be possible for me to clone all of the > > suckless repositories in one fell sweep? > > curl -s http://git.suckless.org/ | > xml sel -N x="http://ww

Re: [dev] Migration to git

2012-12-09 Thread Jacob Todd
On Sun, Dec 9, 2012 at 10:29 AM, Kai Hendry wrote: > On 29 November 2012 12:13, Calvin Morrison wrote: >> With the transfer to git, would it be possible for me to clone all of the >> suckless repositories in one fell sweep? > > curl -s http://git.suckless.org/ | > xml sel -N x="http://www.w3.org/

Re: [dev] Migration to git

2012-12-09 Thread Kai Hendry
On 29 November 2012 12:13, Calvin Morrison wrote: > With the transfer to git, would it be possible for me to clone all of the > suckless repositories in one fell sweep? curl -s http://git.suckless.org/ | xml sel -N x="http://www.w3.org/1999/xhtml"; -t -m "//x:a" -v '@title' -n | grep . | while re