Re: [dev] licenses (was: simple portscanner)

2010-01-03 Thread hiro
So then why shouldn't you be able to defend yourself against creepy lawyers? In Germany the law regarding software copyright is completely vague and can't be taken serious. It's more or less undefined. I've heard it was a mess in Austria, too.

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread anonymous
Is it planned to implement this in DWM? $ expr 2000 - `wc -l dwm.c | awk '{print $1}'` It is impossible to implement in two lines of code. More probabily status bar will be fully removed from dwm then something will be added to it.

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Thayer Williams
On Jan 03, 2010 at 10:20 AM, Julien Pecqueur j...@julienpecqueur.com wrote: 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,

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
Thank you the answer! I tried stalonetray with this config file : $ (j...@archbox)-(~) : cat .stalonetrayrc decorations none dockapp_mode simple fuzzy_edges 3 #geometry #grow_gravity #icon_gravity icon_size 24 sticky true skip_taskbar true transparent true window_layer bottom vertical true

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
I tried trayer too. it seems the least worst tray application for DWM : http://depot.julienpecqueur.com/scrot_2010-01-03_20-02_1920x1080.png But it is alway in the front of other clients, have borders, and is not sticked on the desktops background like conky... :( Le dimanche 03 janvier 2010

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread markus schnalke
[2010-01-03 13:51] Peter John Hartman peterjohnhart...@gmail.com On Sun, 3 Jan 2010, anonymous wrote: More probabily status bar will be fully removed from dwm then something will be added to it. I agree w/r/t removing the status feature in dwm. (What does ``w/r/t'' mean?) anonymous

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Rob
and is not sticked on the desktops background like conky You can change config.h to sticky a client. I'm not at my box, but it's something like { Trayer, NULL, NULL, ~0,True,-1 }, ~0 is the binary not of 0, which means every tag, floating is True. You set

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Julien Pecqueur
I've find this [1] on google... It's exactly what i want! but it's for ion... I'll check the source to understand how it's done and it's possible to write a DWM patch doing this... [1] http://code.google.com/p/trayion/ Le dimanche 03 janvier 2010 à 07:28:08, Rob a écrit : and is not

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

2010-01-03 Thread Suraj Kurapati
Suraj Kurapati wrote: I'm pleased to announce the next evolution of my YAML-based Ruby wmiirc:  http://github.com/sunaku/wmiirc I forgot to mention that the YAML structure has changed in this new version, so your old config.yaml will not work as-is. In particular, the following incompatible

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Antoni Grzymala
Peter John Hartman dixit (2010-01-03, 13:51): I agree w/r/t removing the status feature in dwm. If it isn't a trayer, then what is its purpose? Of course, primary motivation is that an alternative standalone trayer can do whatever it is that the status feature is doing anyway (or so it

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Cengiz Tas
hi.. and happy new year to all. 1) i know how to check for unread mails in gmail and display it in the status bar. can i check for unread chat messages in the same way, too? 2) when i use pidgin with the notification plugin dwm gets an urgent window notification and changes color of the

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread julien
On Sun, Jan 03, 2010 at 07:20:53PM +0100, Julien Pecqueur wrote: 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,

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Antoni Grzymala
Cengiz Tas dixit (2010-01-03, 22:10): 1) i know how to check for unread mails in gmail and display it in the status bar. can i check for unread chat messages in the same way, too? Pretty much depends on your mail client. mcabber AFAIK can write things to a file/pipe, which you can use to set

Re: [dev] [DWM] suggestion for dwm

2010-01-03 Thread Dmitry Maluka
On Sun, Jan 03, 2010 at 09:51:15PM +0100, Antoni Grzymala wrote: Peter John Hartman dixit (2010-01-03, 13:51): The tray “protocol” itself is a totally borken idea of the useless WIMP paradigm. A workaround for a workaround. Makes even less sense in the tagged dwm environment. As to the

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

2010-01-03 Thread Emmanuel Oga
On Sun, Jan 3, 2010 at 5:32 PM, Suraj Kurapati sun...@gmail.com wrote: Suraj Kurapati wrote: I'm pleased to announce the next evolution of my YAML-based Ruby wmiirc:  http://github.com/sunaku/wmiirc Suraj: Thanks a lot for your hard work. I just recently started using your ruby based wmiirc

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

2010-01-03 Thread Suraj Kurapati
On Sun, Jan 3, 2010 at 7:33 PM, Emmanuel Oga emmanuel...@gmail.com wrote: On Sun, Jan 3, 2010 at 5:32 PM, Suraj Kurapati sun...@gmail.com wrote: I'm pleased to announce the next evolution of my YAML-based Ruby wmiirc: http://github.com/sunaku/wmiirc Thanks a lot for your hard work. I just