Re: [dev] orphan wmiirc's, wmii's / ruby wmiirc

2009-12-11 Thread Armando Di Cianno
I started with the ruby wmiirc shipped in 3.9b1, but have been using the github repo since my latest launch (with repo updates while running). So, I decided to experiment with some cleanup, killing the processes I was pretty sure didn't belong anymore, and seeing the results. 1) kill 18600 * wmii

Re: [dev] dvtm - get list of terminals

2009-12-11 Thread Artur Skonecki
Thanks for the tips guys. I understand it is suckless software and you try to keep the code tiny and clean. What about creating a subpage at http://www.brain-dump.org/projects/dvtm/ with all sort of useful snippets? If there was such page, users wouldn't have to reinvent the wheel. Cheers 2009/12

Re: [dev] [wiki] Adding patches to the wiki

2009-12-11 Thread pancake
links fixed and added some more stuff in other http://suckless.org/other_projects feel free to complete the list with their descriptions :) would be good to have them all packaged in slpm to ease the installation in a non-distro-dependant way Anselm R Garbe wrote: Hi there, I'd like to ask

Re: [dev] dvtm - get list of terminals

2009-12-11 Thread Claudio M. Alessi
Or just use a command like the following: for P in $(pgrep -P $(pgrep -n dvtm)) ; do ps x -o ppid,tty |grep ^$P ; done This will works with the first instance of dvmt found, though it's extremely easy to make a script which handles all running instances. Hope this helps. Regards, Clau

Re: [dev] dvtm - get list of terminals

2009-12-11 Thread Marc Andre Tanner
On Sun, Dec 06, 2009 at 08:22:10PM +0100, Artur Skonecki wrote: > Hi, > Is it possible to get a list of terminals in dvtm? > I would like to use it in dvtm-status script. You could add a new command to the cmdfifo interface but you would still need a way to get the information back. You would th

Re: [dev] suckless password manager

2009-12-11 Thread Dieter Plaetinck
FYI recently the fd.o guys started working on a "secrets storage spec" http://www.freedesktop.org/wiki/Specifications/secret-storage-spec i find it quite interesting because they want to have a spec that multiple applications will start using. If you want to help steering them to be compatible wit

Re: [dev] suckless password manager

2009-12-11 Thread Andreas Neustifter
passwordmaker.org On 10.12.2009, at 23:07, anonymous wrote: Currently I have only found one simple password manager: pwsafe. It can be used from command line, can work with X clipboard and uses good cryptography I think. But it is not supported now and it's code depends on readline, autoto