[dev] [surf] Script for searchengines.

2010-03-28 Thread Thuban
Since searchengines patch can't be applied to hg surf code, without editing manually, I wrote this script to do the same. If anyone is interested... It might need some improvement I think, and you might change searchengines to fit your needs : Here the script : #---

[dev] goblin (9base in Go)

2010-03-28 Thread Jeff Shipley
As I mentioned in the "Summer of Suckless Code" thread, I've started working on goblin (9base written in Go). So far, I've written basename, cal, cat, cleanname, date, echo, grep, seq, sleep, tee (except for the ignoring interrupts bit), and touch. It currently weighs in at 690 SLOC. If you feel

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Mon, Mar 29, 2010 at 01:12:27AM +0200, hiro wrote: > > What a great day it is for trolling :P > Isn't it?

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread hiro
I thought it would suck less and less with every update. My failure. What a great day it is for trolling :P On 3/29/10, julien steinhauser wrote: > On Mon, Mar 29, 2010 at 12:55:00AM +0200, hiro wrote: >> >> last year I stopped using >> dmenu altogether after it was being turned around all the ti

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Mon, Mar 29, 2010 at 12:55:00AM +0200, hiro wrote: > > last year I stopped using > dmenu altogether after it was being turned around all the time, thus > starting to suck hard :P > No one force you to follow the hg tip or update in any sort, your dmenu was turned around only when you turned it

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread hiro
I have actually used something like this over four years ago. It was the second shell script I ever wrote. But last year I stopped using dmenu altogether after it was being turned around all the time, thus starting to suck hard :P On 3/28/10, julien steinhauser wrote: > On Sun, Mar 28, 2010 at 08

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread julien steinhauser
On Sun, Mar 28, 2010 at 08:14:56PM +0100, Connor Lane Smith wrote: > > Hey, > > On 28 March 2010 19:28, Antoni Grzymala wrote: > > This might be getting off topic, but has the possibility of filename > > completion in the argument field been considered or written > > The problem with this idea

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Connor Lane Smith
On 28 March 2010 20:20, Dieter Plaetinck wrote: > bashrun? I had not heard of this, though it isn't exactly what I had in mind. On 28 March 2010 20:22, Anselm R Garbe wrote: > As said earlier, dmenu will be simplified until next release, The > cursor stuff etc does not belong to dmenu, same for

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Dieter Plaetinck
On Sun, 28 Mar 2010 20:14:56 +0100 Connor Lane Smith wrote: > I was thinking of perhaps trying a dmenu-derivative which spawns a > shell to interact with, becoming an extremely simple one-line 'dterm'. > Could be interesting, anyway. bashrun? http://bashrun.sourceforge.net/ Dieter

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Anselm R Garbe
On 28 March 2010 20:14, Connor Lane Smith wrote: > On 28 March 2010 19:28, Antoni Grzymala wrote: >> This might be getting off topic, but has the possibility of filename >> completion in the argument field been considered or written > > The problem with this idea is that it adds rather a lot of c

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Connor Lane Smith
Hey, On 28 March 2010 19:28, Antoni Grzymala wrote: > This might be getting off topic, but has the possibility of filename > completion in the argument field been considered or written The problem with this idea is that it adds rather a lot of complexity to a program intended to simply be a menu

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Rob
On 28 March 2010 19:28, Antoni Grzymala wrote: > This might be getting off topic, but has the possibility of filename > completion in the argument field been considered or written (sorry if I > missed that part)? We could then do things like launching > >  dmenu --base-path /home/some_user > > and

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Antoni Grzymala
Connor Lane Smith dixit (2010-03-27, 22:58): > On 27 March 2010 22:30, Sean Whitton wrote: > > You can achieve this with M-p in dmenu-4.0. > > Julien was right, actually. 4.0 doesn't support M-p unless you apply > the paste patch. Tip integrates paste and cursor. (On that note, > Shift-Insert wou

Re: [dev] Fullscreen troubles.

2010-03-28 Thread Bartosz Nitkiewicz
On 09 Mar 10 at 12:58 +0100, Jakub Lach wrote: > > Hi, > > > > I use dwm for longtime now, it's the only one tiling wm which does > > everything by almost default. Like manage fixed sixe windows (zsnes, > > games,..) perfectly and has a full xinerama support whereas ratpoison > > does not have fre

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Rob Manea
On Sun, Mar 28, 2010 at 9:08 AM, Thuban wrote: [...] > ps : here a screenshot of what the menu look like, to be a bit more > understandable. > http://pix.toile-libre.org/upload/original/1269711730.png If you're just looking for an easy way to create clickable menus you may want to check out dz

Re: [dev] [dmenu] A clickable dmenu is a dream?

2010-03-28 Thread Thuban
Sure, a clickable dmenu is useless for the use we know yet. But to make my computer more user-friendly to other, I've made a script, showing a dmenu vertical with several entries (such as programs, files, exit etc...). So people can spawn this menu with right click on dmenu bar, but then, cannot cl