Re: [dwm] bluegray

2007-10-01 Thread Tuncer Ayaz
for the record, midnight commander looks bad with bluegray and launching it with --nocolor gives you a lot of black.

Re: [dwm] bluegray

2007-10-01 Thread Xavier
On Mon, Oct 01, 2007 at 11:45:07AM +0200, Anselm R. Garbe wrote: Fixed in hg tip's respectively. Thanks. The only thing I change (or rather remove) now is Xft.dpi. I am still not sure if I really like dark on light colors, but imo, these vim / mutt / xterm colors are definitively usable and

Re: [dwm] bluegray

2007-10-01 Thread Szabolcs Nagy
On 10/1/07, Xavier [EMAIL PROTECTED] wrote: I am still not sure if I really like dark on light colors, but imo, these vim / mutt / xterm colors are definitively usable and also good looking. fwiw i always liked dark background better thus i use dark terminal, dark gtk theme and dark ff (with

Re: [dwm] setmwfact bug

2007-10-01 Thread Enno \Gottox\ Boland
No, this is right... (Please don't use C++-style comments in C Code) 2007/10/1, Szabolcs Nagy [EMAIL PROTECTED]: there's a typo in in dwm.c in setmwfact(): ... else if(1 == sscanf(arg, %lf, delta)) { if(arg[0] == '+' || arg[0] == '-') mwfact += delta; else mwfact =

Re: [dwm] setmwfact bug

2007-10-01 Thread Chris Webb
Szabolcs Nagy [EMAIL PROTECTED] writes: there's a typo in in dwm.c in setmwfact(): ... else if(1 == sscanf(arg, %lf, delta)) { if(arg[0] == '+' || arg[0] == '-') mwfact += delta; else mwfact = delta; // should be -= ... } I don't think it should be. The

Re: [dwm] setmwfact bug

2007-10-01 Thread Anselm R. Garbe
On Mon, Oct 01, 2007 at 08:15:47PM +0200, Szabolcs Nagy wrote: there's a typo in in dwm.c in setmwfact(): ... else if(1 == sscanf(arg, %lf, delta)) { if(arg[0] == '+' || arg[0] == '-') mwfact += delta; else mwfact = delta; // should be -= ... } No, that's a

Re: [dwm] setmwfact bug

2007-10-01 Thread Evan Gates
Nope, that's supposed to be just how it is. In this way, if arg starts with + or -, it adds (or subtracts) delta. If arg is just a number, and does not start with + or -, it sets mwfact to delta. This way you can set mwfact to a relative value using + or -, or an absolute value with just a

Re: [dwm] setmwfact bug

2007-10-01 Thread Szabolcs Nagy
On 10/1/07, Enno Gottox Boland [EMAIL PROTECTED] wrote: No, this is right... (Please don't use C++-style comments in C Code) hmm then i don't quite understand it (why is there a check for '-' for the first place?) btw i used c99 style comments there not c++ style comments :)

Re: [dwm] setmwfact bug

2007-10-01 Thread Szabolcs Nagy
On 10/1/07, Szabolcs Nagy [EMAIL PROTECTED] wrote: On 10/1/07, Enno Gottox Boland [EMAIL PROTECTED] wrote: No, this is right... seems i'm a bit slow sorry for the noise

Re: [dwm] setmwfact bug

2007-10-01 Thread Evan Gates
if there is a + or - it will be part of delta, and can be added -emg On 10/1/07, Szabolcs Nagy [EMAIL PROTECTED] wrote: On 10/1/07, Enno Gottox Boland [EMAIL PROTECTED] wrote: No, this is right... (Please don't use C++-style comments in C Code) hmm then i don't quite understand it (why is

Re: [dwm] Done Before: dwm stat scripts!

2007-10-01 Thread Alpt
On Sun, Sep 30, 2007 at 03:42:33AM -0400, T Biehn: ~ Anyone have any other things they put in here? http://dev.hinezumi.org/svnroot/alpt-wm/fdock.c http://svn.fenilot.org/viewcvs/fdock/ -- :wq! I don't know nothing The One Who reached the Thinking Matter '.' [ Alpt --- Freaknet Medialab ]

Re: [dwm] improved tile()

2007-10-01 Thread Chris Webb
Anselm R. Garbe [EMAIL PROTECTED] writes: I know my English is totally crap, so excuse that. Anyway you describe the problem pretty well. No, your English is fine; it's my reading that's dodgy! :-) Cheers, Chris.

Re: [dwm] Done Before: dwm stat scripts!

2007-10-01 Thread Alexandre Boily
.xinitrc: #!/bin/sh fbsetbg -c /home/boily/Images/mallorca.jpg #exec startxfce4 exec dwmwrap -- dwmwrap: #!/bin/bash [ -p /home/boily/.dwm-status ] || mkfifo /home/boily/.dwm-status dwm /home/boily/.dwm-status sleep 0.2 ruby /usr/local/bin/ligne.rb -- ligne.rb: