Re: [dev] [dwm] Optional status bar

2012-02-08 Thread Sebastian Liem
nts "unmanaged"? I.e. visible on all tags but not accessible by any key command. It shouldn't add much complexity and allow people to run their favorite statusbar without too much pain. There's probably an old (non-functional) patch out there. -- Sebastian Liem

[dev] [9base] patch to build on OpenBSD

2010-07-18 Thread Sebastian Liem
ehlo, I had to do some changes to successfully build 9base on OpenBSD-current. Changes a. include in lib9/_p9dir.c (already done in plan9port) b. s/_mktemp/__mktemp/g in ed/ed.c due clashing with libc (iirc) Patch included. diff -r 09af6227574f ed/ed.c --- a/ed/ed.c Fri Jun 04 11:44:25 2010

Re: [dev] AfD discussion of dwm Wikipedia article

2010-02-25 Thread Sebastian Liem
I (might) stand corrected. Maybe uriel is the avenging incarnation of KISS. Nationality is beneath him. -- Sebastian

Re: [dev] AfD discussion of dwm Wikipedia article

2010-02-25 Thread Sebastian Liem
> The only thing that matters in wikipedia is your bureaucratic skills. > You Germans should be able to master it! > > uriel Internet says you are Swedish. We are pretty 'awesome' bureaucrats too. -- Sebastian

[dev] [2wm] dwm config.h in tree

2010-02-21 Thread Sebastian Liem
'lo, I compiled 2wm recently. It failed initially due that config.h was a dwm config.h. A quick 'mv config.default.h config.h' solved the problem. 2wm is pretty dead but you might wanna fix that. -- Sebastian