Re: [dwm] musca wm

2009-05-15 Thread Jake Todd
On Fri, 15 May 2009 20:29:11 +0200 Mate Nagy mn...@port70.net 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

Re: [dwm] Stats script

2009-05-03 Thread Jake Todd
On Sun, 3 May 2009 09:38:36 +0200 Claudio M. Alessi smo...@gmail.com 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

[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 garb...@gmail.com 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

Re: [dwm] Issues with border

2009-02-19 Thread Jake Todd
On Thu, 19 Feb 2009 14:53:41 +0100 Antoni Grzymala ant...@chopin.edu.pl 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

[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 Jake Todd
, Jake Todd jaketodd...@gmail.com wrote: 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

[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

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 of