Re: [dwm] Making it a million and one

2009-02-18 Thread Ammar James
Just learn C. google KR.

[OT] C Xlib (Re: [dwm] Making it a million and one)

2009-02-18 Thread Matthias-Christian Ott
On Wed, Feb 18, 2009 at 02:40:56PM -0500, Ammar James wrote: Just learn C. google KR. I recommend C by Dissection and the ISO standard. You will also need the Xlib Programming Manual (http://www.sbin.org/doc/Xlib/). Regards, Matthias-Christian

Re: [dwm] Making it a million and one

2009-02-17 Thread Neale Pickett
On 2/17/2009, I. Khider cont...@ikhider.com wrote: I will say this, I love DWM though I do not completely understand it yet. It makes me feel like a man. Bwahahaha. Sometimes I wonder if that's the real reason any of us use it. Neale Chest Beatin' Pickett

Re: [dwm] Making it a million and one

2009-02-17 Thread Dusan
It's C and I finally can understand what I do with window manager. You should see me modifying xmonad and coding in haskell :( Could not understand half of the stuff I pasted there. On Tue, 2009-02-17 at 17:37 -0600, Neale Pickett wrote: On 2/17/2009, I. Khider cont...@ikhider.com wrote: I

Re: [dwm] Making it a million and one

2009-02-17 Thread Wyrmskull
Dwm makes you understand what a wm is. Dwm is simple, practical, extremely fast and easy to use (with some hint). Dwm is pocket-sized and fashionable. Dwm is C and the rest. But I bet someone uses it 'cause it reminds ppl about those good ol' days. Dwm is the best. God save Dwm and Garbe.

[dwm] Making it a million and one

2009-02-16 Thread I. Khider
Hello Fellow DWM Users, This question is probably asked a million times...but I would like to find a definitive manual on DWM. I want to know it better and do things like put the time on the top panel and put wallpaper in the background and make my terminal transparent. Basically, muck around

Re: [dwm] Making it a million and one

2009-02-16 Thread Enno Gottox Boland
Quite easy. Start reading the manpage, README, and the source. 2009/2/16 I. Khider cont...@ikhider.com: Hello Fellow DWM Users, This question is probably asked a million times...but I would like to find a definitive manual on DWM. I want to know it better and do things like put the time on

Re: [dwm] Making it a million and one

2009-02-16 Thread Matthias-Christian Ott
On Mon, Feb 16, 2009 at 04:59:04PM -0500, I. Khider wrote: Hello Fellow DWM Users, This question is probably asked a million times...but I would like to find a definitive manual on DWM. I want to know it better and do things like put the time on the top panel and put wallpaper in the

Re: [dwm] Making it a million and one

2009-02-16 Thread pmarin
http://www.suckless.org/dwm/customisation/ http://www.suckless.org/dwm/tutorial.html Polite people suck less. On Mon, Feb 16, 2009 at 8:36 PM, Matthias-Christian Ott o...@mirix.org wrote: On Mon, Feb 16, 2009 at 04:59:04PM -0500, I. Khider wrote: Hello Fellow DWM Users, This question is

Re: [dwm] Making it a million and one

2009-02-16 Thread I. Khider
PMarin Matthias, Thank you both very much. I have used DWM for a grand total of three weeks and did not know about the man page or PMarin's helpful links. Also, I have been using Gnome prior to DWM (Ubuntu for 1 year) and the reason I switched to the latter was so I can learn console (on

Re: [dwm] Making it a million and one

2009-02-16 Thread bill lam
On Mon, 16 Feb 2009, I. Khider wrote: Learning about the 'float' feature more would also be nice. There is another patch that you may interest. It set all client windows to float except console programs (assumed started by xterm) diff -r -u dwm/config.def.h dwm-bill/config.def.h ---