Re: [dev] [surf] A debian package?

2010-05-05 Thread Kai Heide
2010/5/5 Thuban : > Hi all! Hi > Does anyone knows when the debian package could be avaiable? http://ftp-master.debian.org/new/surf_0.3-1.html The debian creed says: It's done when it's done! -- MfG Kai Heide Es reitet der Heidereiter durch die Heide weiter

[dev] [dwm] resizing windows with uselessgap patch

2010-05-05 Thread Joel Davila
I have problems with certain windows after patching the code with uselessgap. For example. When in tiling mode and I want to resize certain window, this tend not to resize but to drag itself down or to get so little, kind of 2x2 px. I have done some tests and thought it might have been caused by

Re: [dev] Suckless BT client(s)?

2010-05-05 Thread Nico Golde
Hi, * pancake [2010-05-04 12:17]: > I use rtorrent, but i thouught it was pure :? I agree. I'm also using rtorrent and imho it's the best trade-off between usability, lots of flexibility and complexity. The source code of libtorrent is also not too bad. At least for me, rtorrent (apart from som

[dev] [dmenu] xft patch question

2010-05-05 Thread orschiro
Hello guys, the archlinux user repository offers a patched dmenu to make xft font rendering available. Here's the patch . The problem with this patch is that it deactivates some core functionality of dwm. Where the unpached version of dmenu

[dev] [surf] A debian package?

2010-05-05 Thread Thuban
Hi all! Does anyone knows when the debian package could be avaiable?

[dev] [dmenu] incremental output patch

2010-05-05 Thread Troels Henriksen
The attached match makes dmenu print out the input text as it is entered, rather than just the final selection. This is useful if you make surf run the following shell script snippet... dmenu -r -p find: |\ while read -r find; do xprop -id $xid -f _SURF_FIND 8s -set _SURF_FIND "$find" done .

Re: [dev] [sw] Suckless web-framework

2010-05-05 Thread Mate Nagy
Why do I get mail on the *suckless* mailing list that *literally* contains 10 pages of css? ("suckless" web framework right) Is this some kind of weird parallel universe or something, because please teleport me back M.

Re: [dev] [sw] Suckless web-framework

2010-05-05 Thread Andrew Antle
Hello nibble - $ hg log | sed 5q changeset: 35:6903be285e65 tag: tip user:Andrew Antle date:Wed May 05 14:09:17 2010 -0400 summary: Created new stylesheet based on suckless.org and garbe.us, $ cat sw.diff diff -r eb1e40b20c42 -r 6903be285e65 style.new.css --- /dev/n

Re: [dev] about handling the event loop of wmii

2010-05-05 Thread Bjartur Thorlacius
This voice might be trying to tell you that this really should be written in sh (or perhaps tcl). On 5/5/10, Emmanuel Oga wrote: > hey > > I'm doing some experiments on scripting wmii with the help of eventmachine. > > I mounted the wmii fs using the instructions on http://wmii.suckless.org/9p >

[dev] about handling the event loop of wmii

2010-05-05 Thread Emmanuel Oga
hey I'm doing some experiments on scripting wmii with the help of eventmachine. I mounted the wmii fs using the instructions on http://wmii.suckless.org/9p Then, I came up with this: http://gist.github.com/390396 The thing is, I haven't had much experience dealing with eventmachine and I'm no