Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Jimmy Tang
On Mon, Jun 22, 2009 at 07:52:46AM +0800, Fernan Bolando wrote: > My comment on using openbsd or netbsd versus freebsd is purely because > I have not used freebsd myself. Crux and Obsd already has almost > everything I need in a <200MB base system, so I only needed to > download a few package to c

Re: [dev] dmenu / enso

2009-06-22 Thread Kevin Nagel
Dmenu shows you only a list of commands specified by PATH. It opens the app then without any parameters and while selecting for an app (or command) there is no description what it does. I think sth like code completion + brief description + argument specification is the value of enso. Another neat

Re: [dev] dmenu / enso

2009-06-22 Thread Kris Maglione
On Mon, Jun 22, 2009 at 08:45:11AM +0100, Kevin Nagel wrote: Dmenu shows you only a list of commands specified by PATH. It opens the app then without any parameters You can give whatever parameters you like. Another neat thing is you could open, e.g. open openoffice writer, type in "2+3/5", h

Re: [dev] dmenu / enso

2009-06-22 Thread Dieter Plaetinck
On Mon, 22 Jun 2009 08:45:11 +0100 (BST) "Kevin Nagel" wrote: > Dmenu shows you only a list of commands specified by PATH. It opens > the app then without any parameters and while selecting for an app > (or command) there is no description what it does. I think sth like > code completion + brief

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Jimmy Tang
Note: the following is not intended as trolling material, but it is just my own views and experience of running hundreds of machines in production and from running a few distros on different machines. On Sun, Jun 21, 2009 at 11:29:56PM -0400, Jorge Vargas wrote: > I have to totally agree with the

Re: [dev] dmenu / enso

2009-06-22 Thread Szabolcs Nagy
On 6/22/09, Kevin Nagel wrote: > Dmenu shows you only a list of commands specified by PATH. It opens no dmenu reads a (possibly empty) list of items, then one can select an item or type something different, then dmenu outputs the selected/typed item what you mean is the dmenu_run script which use

Re: [dev] dmenu / enso

2009-06-22 Thread Kevin Nagel
thanx a lot. i will experiment a bit and see how i can fit that with dwm, i.e. displaying description, possible arguments etc. K On Mon, June 22, 2009 8:53 am, Dieter Plaetinck wrote: > On Mon, 22 Jun 2009 08:45:11 +0100 (BST) > "Kevin Nagel" wrote: > >> Dmenu shows you only a list of commands s

Re: [dev] dmenu / enso

2009-06-22 Thread Donald Chai
On Jun 22, 2009, at 12:45 AM, Kevin Nagel wrote: Another neat thing is you could open, e.g. open openoffice writer, type in "2+3/5", highlight, type in enso-terminal "calc this", and the result replaces the "2+3/5" string in your document. They claim that you can do this with other programs as w

Re: [dev] dmenu / enso

2009-06-22 Thread Antoni Grzymala
Donald Chai dixit (2009-06-22, 01:59): > I would admit that an interesting extension to dmenu would be the > ability to provide possible completions after each space, i.e.: > - open dmenu, list of commands shows up > - I type "opensshwi" > - dmenu calls getcompletions("opensshwindow"), which ret

Re: [dev] dmenu / enso

2009-06-22 Thread Dieter Plaetinck
On Mon, 22 Jun 2009 11:09:39 +0200 Antoni Grzymala wrote: > Donald Chai dixit (2009-06-22, 01:59): > > > I would admit that an interesting extension to dmenu would be the > > ability to provide possible completions after each space, i.e.: > > - open dmenu, list of commands shows up > > - I typ

Re: [dev] dmenu / enso

2009-06-22 Thread Donald Chai
On Jun 22, 2009, at 1:54 AM, Kevin Nagel wrote: Regarding the replacing part, i dont know much about where info is place in the clipboard, but understand that xclip/xsel can access it, and once retrieved i can do whatever i want (e.g. pipe + use stdoutput as result). Is is not possible to replac

Re: [dev] dmenu / enso

2009-06-22 Thread Preben Randhol
> Another neat thing is you could open, e.g. open openoffice writer, > type in "2+3/5", highlight, type in enso-terminal "calc this", and > the result replaces the "2+3/5" string in your document. They claim > that you can do this with other programs as well. I believe I can > program the parser as

Re: [dev] dmenu / enso

2009-06-22 Thread Preben Randhol
> I would admit that an interesting extension to dmenu would be the > ability to provide possible completions after each space, i.e.: > - open dmenu, list of commands shows up > - I type "opensshwi" > - dmenu calls getcompletions("opensshwindow"), which returns a list of > my favorite hosts: "suckl

Re: [dev] Re: dwm development continues NOW

2009-06-22 Thread Anselm R Garbe
2009/6/22 Alexander Krylowsky > > On Sat, 2009-06-20 17:27:48 +0100, Anselm R Garbe wrote: > > An initial version of the new xinerama support is committed into hg, > > it's not finished/polished yet, but the basics are usable already. > > During the development I decided to have a bar per monitor,

Re: [dev] dmenu / enso

2009-06-22 Thread Salman Aljammaz
Kevin Nagel wrote: > is it possible to expand dmenu into sth similar like enso > (http://www.humanized.com/enso/) you might be interested to know that it's been open source for a while now and it runs on linux. i think it's written in python. http://www.ensowiki.com/ not that i actually use it...

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Preben Randhol
On Sun, 21 Jun 2009 22:22:47 +0100 (BST) "Kevin Nagel" wrote: > Hello, > > I am a wmii-2.5 user and like the tabbing concept much more than the > stacking concept in wmii-3. However, I've considered using dwm, but > would like to have these features there as well. Also the dynamic > control of c

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread hiro
What's wmii-X?

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Alex Kilgore
hiro wrote: What's wmii-X? I think he meant X as in , and anyways, I think that in this case, the whole "dwm v wmii" thing is merely a matter of personal preference Anyways, I at first thought in a similar fashion about stacking as the OP until I got used to it, and eventually I found I li

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Dieter Plaetinck
On Mon, 22 Jun 2009 14:38:22 -0400 Alex Kilgore wrote: > hiro wrote: > > What's wmii-X? > > > > > I think he meant X as in , and anyways, I think > that in this case, the whole "dwm v wmii" thing is merely a matter of > personal preference > Anyways, I at first thought in a similar

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Uriel
On Mon, Jun 22, 2009 at 5:29 AM, Jorge Vargas wrote: > On Sat, Jun 20, 2009 at 12:21 AM, Antony Jepson wrote: >> I'm not sure if this has been asked before (although I did do a quick >> search of ) but what distributions do you guys use on >> a daily basis?  I recently built a new computer and I'm

Re: [dev] Re: dwm development continues NOW

2009-06-22 Thread Uriel
Didn't the Ion maintainer consider switching to Windows over how totally retarded XrandR and Xinerama are? Seems that X keeps getting worse and worse even when you thought that would be technically impossible. uriel On Mon, Jun 22, 2009 at 4:33 PM, Anselm R Garbe wrote: > 2009/6/22 Alexander Kry

Re: [dev] Re: dwm development continues NOW

2009-06-22 Thread Mate Nagy
Hiho, On Mon, Jun 22, 2009 at 10:03:24PM +0200, Uriel wrote: > Didn't the Ion maintainer consider switching to Windows over how > totally retarded XrandR and Xinerama are? yes, but the Ion maintainer is so legendarily insufferable that he's possibly even worse than you :) (just read his blog) Bes

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Preben Randhol
On Mon, 22 Jun 2009 21:59:28 +0200 Uriel wrote: > Hah! If only, last I tried to use ubuntu had to waste almost a whole > day trying to get ACPI to work on my thinkpad, I got so feed up with > it that I installed Windows XP. When was last time? Which version? Old versions were not good to say th

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Kevin Nagel
well the usecase for workspaces (vs tagging) is: i usually open xterms, emacs, pdfviewer, and sometimes inkscape or firefox. if i would be using tagging (as far as i understand the concept) i would have all opened pdfs in one tagspace, then terms perhaps together with emacs, but firefox somewhere e

Re: [dev] Re: dwm development continues NOW

2009-06-22 Thread Jimmy Tang
On Sat, Jun 20, 2009 at 05:27:48PM +0100, Anselm R Garbe wrote: > An initial version of the new xinerama support is committed into hg, > it's not finished/polished yet, but the basics are usable already. > During the development I decided to have a bar per monitor, instead of > just one bar. It's l

Re: [dev] Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread hiro
> Hah! If only, last I tried to use ubuntu had to waste almost a whole > day trying to get ACPI to work on my thinkpad, I got so feed up with > it that I installed Windows XP. > Also regard the decent battery life, working firewire port and UMTS on XP, haha.

[dev] dwm: bug report

2009-06-22 Thread totoloco
Hi, I found a bug (i think so). (sorry by my poor english) dwm.c line 1639 #ifdef XINERAMA XineramaScreenInfo *info = NULL; if(XineramaIsActive(dpy)) info = XineramaQueryScreens(dpy, &n); #endif I don't use XINERAMA, then var n never is assigned, then the next f

[dev] Re: Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Antony
On Sat, Jun 20, 2009 at 00:21, Antony Jepson wrote: > Comments or suggestions for a (quality|suckless|KISS) distribution > (doesn't matter if *BSD or *NIX) would be appreciated.  I read about > pancake's distribution [1] and it definitely sounds interesting. Thank you, everyone, for your suggestio

Re: [dev] Re: Suckless (*NIX|*BSD) Distribution?

2009-06-22 Thread Ammar James
lol. On Mon, Jun 22, 2009 at 9:28 PM, Antony wrote: > On Sat, Jun 20, 2009 at 00:21, Antony Jepson wrote: >> Comments or suggestions for a (quality|suckless|KISS) distribution >> (doesn't matter if *BSD or *NIX) would be appreciated.  I read about >> pancake's distribution [1] and it definitely so

[dev] XCB: An alternative to Xlib

2009-06-22 Thread Ammar James
Just ran into this. http://en.wikipedia.org/wiki/XCB Any thougths on it being a suckless alternative to Xlib?

Re: [dev] dwm / add tabs / attach/detach functionality

2009-06-22 Thread Szabolcs Nagy
On 6/23/09, Kevin Nagel wrote: > e.g. left:xterm+tab(firefox), right:emacs+tab(pdf). now i need to > look up an algorithm written in the pdf so i tab on the right to the > pdfviewer and check out some codes with xterm. see what i mean? i that's overcomplicated: you need shortcuts to change worksp

Re: [dev] XCB: An alternative to Xlib

2009-06-22 Thread Szabolcs Nagy
On 6/23/09, Ammar James wrote: > Just ran into this. http://en.wikipedia.org/wiki/XCB > > Any thougths on it being a suckless alternative to Xlib? http://lists.suckless.org/dwm/0809/6773.html