Re: [dwm] java 7 and dwm

2008-01-23 Thread Szabolcs Nagy
On 1/23/08, Renick Bell [EMAIL PROTECTED] wrote: audio stuff. On Linux, SwingOSC is the only way to use GUI code written by people on Macs or Windows. To be able to play with other people's work, and for them to be able to use mine, I'm stuck with bullshit tk, gtk, gtk2, qt, fltk, wx, ...

Re: [dwm] java 7 and dwm

2008-01-23 Thread James Baker
*sigh* It would be nice if people actually read emails before replying. Renick is correct, swingOSC is a cross-platform gui solution *for* supercollider (meaning that its a gui toolkit that is intergrated with the language). At the moment it is the *only* one, it has nothing to do with the

Re: [dwm] java 7 and dwm

2008-01-23 Thread Szabolcs Nagy
On 1/23/08, James Baker [EMAIL PROTECTED] wrote: Renick is correct, swingOSC is a cross-platform gui solution *for* supercollider (meaning that its a gui toolkit that is intergrated with the language). his statement (..SwingOSC is the only way to use GUI code.. ) is still false he can use any

Re: [dwm] java 7 and dwm

2008-01-23 Thread James Baker
On Jan 23, 2008 9:22 PM, Szabolcs Nagy [EMAIL PROTECTED] wrote: On 1/23/08, James Baker [EMAIL PROTECTED] wrote: Renick is correct, swingOSC is a cross-platform gui solution *for* supercollider (meaning that its a gui toolkit that is intergrated with the language). his statement

Re: [dwm] dietline - minimalistic readline implementation

2008-01-23 Thread pancake
Oops I forgot to say that it supports a dmenu-mode (this code inherits from the old eread program I send to the list few months ago). Usage is quite simple: int main(int argc, char **argv) { char *ret; dl_init(); dl_prompt = $ ; do { ret =

Re: [dwm] dietline - minimalistic readline implementation

2008-01-23 Thread Enno Gottox Boland
Very nice idea. What about collecting all these baseutilities and put them on suckless.org? If we can write more utilities we may get a complete suckless userspace... :) 2008/1/23, pancake [EMAIL PROTECTED]: Oops I forgot to say that it supports a dmenu-mode (this code inherits from the old

[dwm] a patch to solve the java issue (gray windows) with dwm?

2008-01-23 Thread Renick Bell
Stated as explicitly as possible: 1. I need to be able to use java gui apps and dwm at the same time. My justification is in the extended footnote. 2. This post seems to explain why java apps only appear as gray windows in dwm, and it provides a patch for the Xmonad window manager:

Re: [dwm] a patch to solve the java issue (gray windows) with dwm?

2008-01-23 Thread Renick Bell
just to make sure: you did read the dwm man page (BUGS section), and setting AWT_TOOLKIT=MToolkit in your environment does not help, does it? Yes, I tried this solution. It did not work. Thanks for the suggestion! Renick -- Renick Bell http://the3rd2nd.com

Re: [dwm] a patch to solve the java issue (gray windows) with dwm?

2008-01-23 Thread pancake
This patch is not a solution. is just a hack. If you read the patch, and the archives in tihs mailing list you'll find the reason and some snippets of java code (and the path to the buggy code into the java source). The patch obviously is not affordable for dwm because monad is written in

Re: [dwm] dietline - minimalistic readline implementation

2008-01-23 Thread pancake
On Wed, Jan 23, 2008 at 03:13:28PM +0100, Enno Gottox Boland wrote: Very nice idea. What about collecting all these baseutilities and put them on suckless.org? If we can write more utilities we may get a complete suckless userspace... :) Sure! When I implement all the basic stuff like nested

Re: [dwm] [ANNOUNCE] dvtm-0.3

2008-01-23 Thread Marc Andre Tanner
On Tue, Jan 22, 2008 at 06:23:02PM +0100, Fabio Scotoni wrote: Hello Marc But it's giving the arrow keys as ^[[A to ^[[D to vim. Good, that's not a big problem, at least, as i can use hjkl, but it would be more comfortable with the arrow keys. I never noticed this, it seems like the

Re: [dwm] dietline - minimalistic readline implementation

2008-01-23 Thread Nathan Hutchison
I like the sucksless base idea, (and dietline too!) currently I am using plan9 userspace. On Jan 24, 2008 5:38 AM, pancake [EMAIL PROTECTED] wrote: On Wed, Jan 23, 2008 at 03:13:28PM +0100, Enno Gottox Boland wrote: Very nice idea. What about collecting all these baseutilities and put