Re: [dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-17 Thread yy
2009/2/16 Jeremy Jay dinkuma...@gmail.com: OP doesn't want to hit enter every time, dmenu won't return unless you do, so a patch is necessary... Jeremy On Mon 16 Feb 2009 - 07:32PM, yy wrote: Another option, if you don't want to patch, is to add those letters to dmenu input (with simples

[dwm] Tag masks

2009-02-17 Thread Jake Todd
I'm having some trouble with tag masks. From what I understand, they allow you to place certain windows on specific tags when they are spawned; please correct me if that is wrong. I've been trying to get firefox (Iceweasel) to spawn on the second tag, but I have not had any luck accomplishing

Re: [dwm] Tag masks

2009-02-17 Thread Premysl Hruby
On (17/02/09 17:04), Jake Todd wrote: To: dwm@suckless.org From: Jake Todd jaketodd...@gmail.com Subject: [dwm] Tag masks Reply-To: dwm mail list dwm@suckless.org List-Id: dwm mail list dwm.suckless.org I'm having some trouble with tag masks. From what I understand, they allow you to

Re: [dwm] Tag masks

2009-02-17 Thread miles
It looks like you are shifting the bit mask 4 to the left and not 1. Assuming you have the correct wm_class try 1 1 --Original Message-- From: Jake Todd To: dwm@suckless.org ReplyTo: dwm mail list Subject: [dwm] Tag masks Sent: Feb 17, 2009 17:04 I'm having some trouble with tag masks.

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.

Re: [dwm] Tag masks

2009-02-17 Thread Jake Todd
Thanks, that worked! On Tue, 17 Feb 2009 23:39:48 +0100 Adam F adam.listm...@googlemail.com wrote: the property WM_CLASS(STRING) gives the output Instance,Class (in that order), so I think just {Iceweasel, NULL, NULL, 11, True} should work. -adam On Tue, Feb 17, 2009 at 11:04 PM,