Re: [dev] [DWM] suggestion for dwm

2010-01-04 Thread Anders Andersson
> I have a suggestion for DWM. I use DWM for about months and i miss one > functionality : a trayer (a zone for icons in the status bar to reduce > applications like xchat or to have icons for applications like gmixer, > batterymon, wicd-client) in the status bar! > I've tried to use some apps t

Re: [dev] simple portscanner

2010-01-04 Thread anonymous
IP ranges are not supported (only single hosts and CIDR) but there is a (public domain) tool that can convert IP ranges into CIDR: http://www.spamshield.org/cidr-convert.c dump_tree function has a bug: "v >> 24" should be written as "v >> 24 & 0xff" instead. After fixing it this tool can be used a

Re: [dev] Re: [ANN] Ruby wmiirc - YAML import feature

2010-01-04 Thread Armando Di Cianno
Suraj, The new release looks interesting. I spent a bit of time yesterday porting my settings over (a bit of a hassle, since I was working on a WMII-type DE using ruby wmiirc setup as a base). I definitely like the breakdown -- it's going to be *very* easy now to do minor edits (e.g. a keybindin

Re: [dev] Re: [ANN] Ruby wmiirc - YAML import feature

2010-01-04 Thread Armando Di Cianno
... oh, one more thing. * BUG: Given the README doc located at the github repo (http://github.com/sunaku/wmiirc), it'd be nice if the example crash recovery .xinitrc supported a "clean shutdown" -- i.e. if I select "quit" from the menu, then wmii should always quit, without asking if I'd like to r

Re: [dev] [DWM] suggestion for dwm

2010-01-04 Thread Julien Pecqueur
THANK YOU Your solution is perfect for my needs ! I wrote a little tuto (in french) here [1]. [1] http://www.julienpecqueur.com/wordpress/2010/01/avoir-un-sys-tray-dans-dwm/ Le lundi 04 janvier 2010 à 04:18:11, Anders Andersson a écrit : > > I have a suggestion for DWM. I use DWM for abo

[dev] Profont in dwm

2010-01-04 Thread Samuel Baldwin
Profont [1], unfortunately, only seems to work with Xft; I can't seem to specify it with something like this line: "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-", which is what dwm requires. I'm not incredibly knowledgeable about fonts on linux, so I'm not really sure what to do. I would, however,

Re: [dev] Profont in dwm

2010-01-04 Thread Rob
> "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-", which is what dwm > requires. I'm not incredibly knowledgeable about fonts on linux, so > I'm not really sure what to do. I would, however, like to stop using > terminus in the status bar in favour of profont, so I'd like to know > how to specify p

Re: [dev] Profont in dwm

2010-01-04 Thread Samuel Baldwin
I've also realised there are two unix versions of profont, the later version added Xft support. So I'll try what you say and if that doesn't work I'll try out the earlier version. Thanks! -- Samuel Baldwin - logik.li

Re: [dev] Profont in dwm

2010-01-04 Thread Josh Rickmar
On Mon, Jan 04, 2010 at 09:03:08PM +, Rob wrote: > > "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-", which is what dwm > > requires. I'm not incredibly knowledgeable about fonts on linux, so > > I'm not really sure what to do. I would, however, like to stop using > > terminus in the status bar

Re: [dev] Profont in dwm

2010-01-04 Thread Samuel Baldwin
2010/1/4 Josh Rickmar : > On Mon, Jan 04, 2010 at 09:03:08PM +, Rob wrote: >> I use profont and >> >> static const char font[]            = "-*-*-profont-*-*-*-12-*-*-*-*-*-*-*"; >> >> works fine for me. Although profont shows up in xfontsel for me too, >> so perhaps you need to run fc-cache, m

Re: [dev] Profont in dwm

2010-01-04 Thread Antoni Grzymala
Samuel Baldwin dixit (2010-01-04, 16:46): > 2010/1/4 Josh Rickmar : > > On Mon, Jan 04, 2010 at 09:03:08PM +, Rob wrote: > >> I use profont and > >> > >> static const char font[]            = > >> "-*-*-profont-*-*-*-12-*-*-*-*-*-*-*"; > >> > >> works fine for me. Although profont shows up in

[dev] [surf] surf in FreeBSD ports

2010-01-04 Thread Christopher Knaust
Hello, I just saw that the FreeBSD port for surf I wrote recently was committed today. It can be found in www/surf after updating your ports tree. Big thanks goes to Jeroen Schot for writing the port for x11/dwm, on which my Makefile is heavily based. Regards, Joe -- () ascii ribbon campaig

Re: [dev] Re: [ANN] Ruby wmiirc - YAML import feature

2010-01-04 Thread Suraj Kurapati
On Mon, Jan 4, 2010 at 11:41 AM, Armando Di Cianno wrote: > * BUG: reload (from /lib/wmiirc, i.e. the menu) does not work -- it > attempts to launch ".wmii/wmiirc" (which is $0) instead of the full > path, e.g. "~/.wmii/wmiirc" or "/home/fafhrd/.wmii/wmiirc". Thanks. I also noticed this yesterda

Re: [dev] Re: [ANN] Ruby wmiirc - YAML import feature

2010-01-04 Thread Suraj Kurapati
On Mon, Jan 4, 2010 at 11:57 AM, Armando Di Cianno wrote: > * BUG: Given the README doc located at the github repo > (http://github.com/sunaku/wmiirc), it'd be nice if the example crash > recovery .xinitrc supported a "clean shutdown" -- i.e. if I select > "quit" from the menu, then wmii should al

Re: [dev] Re: [ANN] Ruby wmiirc - YAML import feature

2010-01-04 Thread Suraj Kurapati
On Mon, Jan 4, 2010 at 4:43 PM, Suraj Kurapati wrote: > On Mon, Jan 4, 2010 at 11:41 AM, Armando Di Cianno > wrote: >> * ANNOYANCE: the default move of cycling through tags went from Mod-b >> and n to Mod-, and .. > > I changed prev/next to b/n and -b to -w for the temp view. By the way, I don'