Re: [dev] st patch for draw() etc.

2011-04-22 Thread Bjartur Thorlacius
On Fri, Apr 22, 2011 at 3:12 PM, Aurélien Aptel wrote: > On Fri, Apr 22, 2011 at 1:38 PM, Bjartur Thorlacius > wrote: >> While I believe we need a simple text UIO widget that doesn't >> interpret terminal escapes et cetera, I can't see why the shell should >> even be awere of user keystrokes. Or

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-22 Thread Jacob Todd
I'm not sure if it's my phone, but that font looks like braille. On Apr 22, 2011 3:51 PM, "Suraj Kurapati" wrote: > On Fri, Apr 22, 2011 at 10:57 AM, Tom Kazimiers > wrote: >>> (screenshot: http://ompldr.org/vODNuag) >> >> You seem to use a nice (anti aliased) font. Out of curiosity: Can >> you p

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-22 Thread Suraj Kurapati
On Fri, Apr 22, 2011 at 10:57 AM, Tom Kazimiers wrote: >> (screenshot: http://ompldr.org/vODNuag) > > You seem to use a nice (anti aliased) font. Out of curiosity: Can > you please tell me what it is? Thanks. The font is Tamsyn at 12pt/8x17r (I use 11pt/8x15r now, however): http://www.fial.com/~s

Re: [dev] [st] 0.1 Feedback - Was: A few small patches

2011-04-22 Thread Claudio
If you have a vim-like interface to Chrome, the best way to edit text online is jsvi[0]. It need some improvement but works quite good. OTOH, Chrome will *never* allow the extensions to run local binary code like FireFox does. You'll have to use the NPAPI plugin to achieve this goal. Regards, Clau

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-22 Thread Tom Kazimiers
> (screenshot: http://ompldr.org/vODNuag) You seem to use a nice (anti aliased) font. Out of curiosity: Can you please tell me what it is? Thanks. Cheers, Tom

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-22 Thread Andrew Hills
On Fri, Apr 22, 2011 at 9:07 AM, Ethan Grammatikidis wrote: > I thought I did. 10+ years ago I really felt extreme configurability was > absolutely vital to getting comfortable at all. I don't need it permanently; I'm new to tiling window managers, and wmii makes it easy to experiment with new st

Re: [dev] st patch for draw() etc.

2011-04-22 Thread Aurélien Aptel
On Fri, Apr 22, 2011 at 1:38 PM, Bjartur Thorlacius wrote: > While I believe we need a simple text UIO widget that doesn't > interpret terminal escapes et cetera, I can't see why the shell should > even be awere of user keystrokes. Or are you suggesting something like > rlwrap read | rc? It's jus

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-22 Thread Ethan Grammatikidis
On 19 Apr 2011, at 8:57 pm, Andrew Hills wrote: On Tue, Apr 19, 2011 at 3:06 PM, Jan wrote: meh, that sucks. i guess you already tried the radeon driver? Yes, but the radeon driver doesn't support my card. I will try physically swapping the outputs; after that, I'll quit complaining. I'm

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-22 Thread Ethan Grammatikidis
On 20 Apr 2011, at 7:20 pm, Andrew Hills wrote: On Wed, Apr 20, 2011 at 1:52 PM, Kurt H Maier wrote: If a program requires endless configuration, it's a bad program. The program doesn't require it; I do. I thought I did. 10+ years ago I really felt extreme configurability was absolutel

Re: [dev] st patch for draw() etc.

2011-04-22 Thread Bjartur Thorlacius
On Wed, Apr 20, 2011 at 7:36 PM, Claudio wrote: > Line buffer editing/positioning shouldn't be handled by st itself, it > should be delegated to an external tools (most likely the shell). Else > none of ^e, ^a, and such keystrokes should be available/hardcoded into > the terminal emulator. We shou