Re: [dwm] musca wm

2009-05-15 Thread Jake Todd
On Fri, 15 May 2009 20:29:11 +0200 Mate Nagy wrote: > > I cannot understand GNU software. ls or cat source in GNU is scary, > > glibc is even worse. The old UNIX utilities or Plan9 ones have a > > simplicity which GNU lacks. I don't have anything against the GPL > > license, but I prefer less res

Re: [dwm] Stats script

2009-05-03 Thread Jake Todd
On Sun, 3 May 2009 09:38:36 +0200 "Claudio M. Alessi" wrote: > > The only problem with this is when memory goes over 100MB, it doesn't > > show up (need to fix that). > To be honest i don't get any value for the memory field at all. You should > found a better "general" way. Alsa i suggest you, i

[dwm] Stats script

2009-05-02 Thread Jake Todd
I was wondering what some other dwm users were using for stats like memory, temperature, et cetera. Right now I'm using this for termperature, memory, wifi, date: #!/bin/sh while true do xsetroot -name "`cat /proc/acpi/thermal_zone/THRM/temperature | sed -e 's/temperature://g' -e 's/\

Re: [dwm] Suckess Code Management

2009-03-12 Thread Jake Todd
Here is mine: 1. Window Manager = dwm 2. File Manager = zsh / pcmanfm 3. Text Editor= vim 4. Calendar/Todo = calcurse (Thanks who ever posted that earlier) 5. File search= locate 6. VCS= git 7. Email = Claws (I can't get mutt to work with gmail) 8. Chat =

Re: [dwm] wiki location changed

2009-03-09 Thread Jake Todd
On Mon, 9 Mar 2009 16:13:21 + Anselm R Garbe wrote: > Hi there, > > those of you who contributed to the wiki in the past, please note that > the new URL of the wiki repository (which has to be cloned freshly > again) is as follows: > > hg clone http://sandbox.suckless.org/hg/sites > > The

Re: [dwm] Issues with border

2009-02-19 Thread Jake Todd
On Thu, 19 Feb 2009 14:53:41 +0100 Antoni Grzymala wrote: > Anselm R Garbe dixit (2009-02-19, 13:34): > > > Hi, > > > > I dislike the recent addition of the 0 border if only 1 tiled client > > is in the view, reasons: > > > > - gained screen real eastate is very minimal > > - configure events

Re: [dwm] Tag masks

2009-02-17 Thread Jake Todd
Thanks, that worked! On Tue, 17 Feb 2009 23:39:48 +0100 Adam F wrote: > the property WM_CLASS(STRING) gives the output "Instance","Class" (in > that order), so I think just > > {"Iceweasel", NULL, NULL, 1<<1, True} > > should work. >

[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 this.

Re: [dwm] Multimedia, print screen keys

2009-02-14 Thread Jake Todd
Thanks Jeremy, it's working now. > spawn/execvp() is supposed to get each argument as a pointer, not > all-in-one. all the commands you are having trouble with also happen > to have arguments. On top of that, I don't think you have the right > arguments for amixer... > > Here's the relevent parts

[dwm] Multimedia, print screen keys

2009-02-14 Thread Jake Todd
I've just switched from awesome to dwm, and in the process of migrating my config from lua to the c header file I've encountered some trouble. The first problem is I can't get my multimedia keys to function (volume up/down/mute). I've searched through the mail archives and haven't found a fix that