Re: [dwm] st progress?

2008-03-26 Thread Scytrin dai Kinthra
for myself, i am only awaiting some type of interaction with the
selection buffer. while there are plenty of programs to get the
contents onto the command line, i need to be able to copy out things
from the terminal. i could always pipe if needed but it looked like
there was debug code already present.

out of curiosity, will a transparent background be a feature?

-- 
stadik.net

On Wed, Mar 26, 2008 at 8:32 AM, Anselm R. Garbe <[EMAIL PROTECTED]> wrote:
> On Tue, Mar 25, 2008 at 12:58:13PM -0400, Ross Mohn wrote:
>  > As the end of March approaches, can you give us an update on the
>  > progress of the st application?
>
>  It has reached the highest priority on the TODO list now. Though
>  I haven't done a lot yet. I hope to have results soon. I revised
>  some concepts in my mind about it, I think the idea of an
>  interface to change the background colors dynamically depending
>  on some patterns in the terminal window is worth consideration.
>
>  Kind regards,
>  --
>   Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
>
>



Re: [dwm] dealing with badly-behaved GUI applications

2008-03-26 Thread Ryan Zheng
I've had the menu problem before. It seems like the bar height is the
amount of pixels that you have click below the items. My workaround
for it was moving the window down that amount of pixels.

Ryan

On Wed, Mar 26, 2008 at 8:54 AM, John Stewart <[EMAIL PROTECTED]> wrote:
>
> Thank you for the suggestion.  Yes, I did try floating layout, with the same
> result, unfortunately.  With a different swing app, one called jMemorize, I
> was able to run it using floating layout, but there was odd behaviour with
> menu items.  I had to click about 8-10 pixels below a menu item to select
> it.  In a nested X server it was fine.
>
> jds
>
>
>
> - Original Message 
> From: Anselm R. Garbe <[EMAIL PROTECTED]>
> To: dynamic window manager 
> Sent: Wednesday, March 26, 2008 11:34:06 AM
> Subject: Re: [dwm] dealing with badly-behaved GUI applications
>
>  On Tue, Mar 25, 2008 at 04:50:31PM -0700, John Stewart wrote:
> > This may well be a newbie question.  I frequently use freemind, an
> open-source java application for drawing mind maps.  When running under dwm,
> version 0.8.1 stubbornly refuses to expand the map canvas to the whole
> screen.
> >
> > As a stop-gap, I'm running a nested X server (Xephyr), with a very basic
> VM.  This works fine, but I'm curious to know how others may have dealt with
> similar problems, possibly with other applications.
>
> Did you try running this app in floating layout?
>
> Kind regards,
> --
>  Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
>
>
>



[dwm] dwm-meillo is up-to-date again

2008-03-26 Thread markus schnalke
Hoi dwm lovers,

long time I stayed on version 4.4.1 without having problems, but today
I updated dwm-meillo to the current tip (rev1163).

The patch is much smaller now, mainly because monocle is mainstream
and I managed toggleview in an easier way.

You find the patch and my config.h on:
http://prog.marmaro.de/dwm-meillo/

Just to mention for the case, that anyone is interested.


Thanks again for your work!
I like the comming 4.9

meillo



Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Ruben Gonzalez Arnau
> On Wed, Mar 26, 2008 at 05:13:05PM +0100, Ruben Gonzalez Arnau wrote:
>> > Hi,
>> > I'm a new dwm user and I'm trying to get the fibonacci layouts, but
>> the
>> > patch is only for 4.6 -- I tried simply including the fibonacci.c file
>> > in config.h and adding the layouts, but I'm getting errors when I
>> > compile dwm:
>> >
>> > In file included from config.h:2,
>> >  from dwm.c:230:
>> > fibonacci.c: In function ‘fibonacci’:
>> > fibonacci.c:6: error: ‘wax’ undeclared (first use in this
>> function)
>> > fibonacci.c:6: error: (Each undeclared identifier is reported only
>> once
>> > fibonacci.c:6: error: for each function it appears in.)
>> > fibonacci.c:8: error: ‘waw’ undeclared (first use in this
>> function)
>> > fibonacci.c:9: error: ‘wah’ undeclared (first use in this
>> function)
>> > fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
>> > fibonacci.c:44: error: ‘way’ undeclared (first use in this
>> function)
>> >
>> > My C isn't that good, so could somebody help me getting this to work,
>> > if it's not too much trouble? Thanks :)
>> >
>> > Cheers, Valentin
>> >
>> >
>> In anyway, if you don't use xinerama you can still using dwm 4.7 and the
>> patch for 4.6 it will work.
>>
>> On the other hand, dwm 4.8 is great :)
>
> Well, to be honest I don't recommend using 4.8 anymore, use hg
> tip. 4.9 will be released quite soon.
>
> Kind regards,
> --
>  Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
>
>
Yes, for the first time users, I think that <= 4.7 or 4.9 is more 'dwm'.

I am still using 4.7, waiting for 4.9 :D

Thanks for work and your patience.





Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Anselm R. Garbe
c->ismax can be removed, it doesn't exist anymore.

Kind regards,
 Anselm

On Wed, Mar 26, 2008 at 05:18:06PM +0100, Valentin wrote:
> Thank you, that already removed a lot of errors, now I just have this
> one left:
> 
> fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
> 
> The corresponding line is here:
>for(i = 0, c = nexttiled(clients); c; c = nexttiled(c->next)) {
> -->   c->ismax = False;
>   if((i % 2 && nh / 2 > 2 * c->border)
> 
> I commented it, and it seems to be working fine for now, is there some
> situation where this change could have negative results?
> 
> Also, I can't find anything that seems to ban/unban anything, and
> nexttiled() does get used, so I suppose there's no need to change
> anything for that either.
> 
> Cheers, Valentin
> 
> On Wed, 26 Mar 2008 16:36:30 +0100
> "Anselm R. Garbe" <[EMAIL PROTECTED]> wrote:
> 
> > wax is wx
> > way is wy
> > waw is ww
> > wah is wh
> > 
> > now.
> > 
> > Though you might also check if that version you are trying to
> > adopt does ban/unban stuff -- if so, remove those portions
> > because that's done in arrange() now.
> > 
> > Also, use the nexttiled()-based loop through the client list,
> > there is no need to iterate over all clients anymore.
> > 
> > Kind regards,
> >  Anselm
> > 
> 

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Valentin
Thank you, that already removed a lot of errors, now I just have this
one left:

fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’

The corresponding line is here:
   for(i = 0, c = nexttiled(clients); c; c = nexttiled(c->next)) {
-->   c->ismax = False;
  if((i % 2 && nh / 2 > 2 * c->border)

I commented it, and it seems to be working fine for now, is there some
situation where this change could have negative results?

Also, I can't find anything that seems to ban/unban anything, and
nexttiled() does get used, so I suppose there's no need to change
anything for that either.

Cheers, Valentin

On Wed, 26 Mar 2008 16:36:30 +0100
"Anselm R. Garbe" <[EMAIL PROTECTED]> wrote:

> wax is wx
> way is wy
> waw is ww
> wah is wh
> 
> now.
> 
> Though you might also check if that version you are trying to
> adopt does ban/unban stuff -- if so, remove those portions
> because that's done in arrange() now.
> 
> Also, use the nexttiled()-based loop through the client list,
> there is no need to iterate over all clients anymore.
> 
> Kind regards,
>  Anselm
> 



Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Anselm R. Garbe
On Wed, Mar 26, 2008 at 05:13:05PM +0100, Ruben Gonzalez Arnau wrote:
> > Hi,
> > I'm a new dwm user and I'm trying to get the fibonacci layouts, but the
> > patch is only for 4.6 -- I tried simply including the fibonacci.c file
> > in config.h and adding the layouts, but I'm getting errors when I
> > compile dwm:
> >
> > In file included from config.h:2,
> >  from dwm.c:230:
> > fibonacci.c: In function ‘fibonacci’:
> > fibonacci.c:6: error: ‘wax’ undeclared (first use in this function)
> > fibonacci.c:6: error: (Each undeclared identifier is reported only once
> > fibonacci.c:6: error: for each function it appears in.)
> > fibonacci.c:8: error: ‘waw’ undeclared (first use in this function)
> > fibonacci.c:9: error: ‘wah’ undeclared (first use in this function)
> > fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
> > fibonacci.c:44: error: ‘way’ undeclared (first use in this function)
> >
> > My C isn't that good, so could somebody help me getting this to work,
> > if it's not too much trouble? Thanks :)
> >
> > Cheers, Valentin
> >
> >
> In anyway, if you don't use xinerama you can still using dwm 4.7 and the
> patch for 4.6 it will work.
> 
> On the other hand, dwm 4.8 is great :)

Well, to be honest I don't recommend using 4.8 anymore, use hg
tip. 4.9 will be released quite soon.

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Ruben Gonzalez Arnau
> Hi,
> I'm a new dwm user and I'm trying to get the fibonacci layouts, but the
> patch is only for 4.6 -- I tried simply including the fibonacci.c file
> in config.h and adding the layouts, but I'm getting errors when I
> compile dwm:
>
> In file included from config.h:2,
>  from dwm.c:230:
> fibonacci.c: In function ‘fibonacci’:
> fibonacci.c:6: error: ‘wax’ undeclared (first use in this function)
> fibonacci.c:6: error: (Each undeclared identifier is reported only once
> fibonacci.c:6: error: for each function it appears in.)
> fibonacci.c:8: error: ‘waw’ undeclared (first use in this function)
> fibonacci.c:9: error: ‘wah’ undeclared (first use in this function)
> fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
> fibonacci.c:44: error: ‘way’ undeclared (first use in this function)
>
> My C isn't that good, so could somebody help me getting this to work,
> if it's not too much trouble? Thanks :)
>
> Cheers, Valentin
>
>
In anyway, if you don't use xinerama you can still using dwm 4.7 and the
patch for 4.6 it will work.

On the other hand, dwm 4.8 is great :)

Regards.






Re: [dwm] dealing with badly-behaved GUI applications

2008-03-26 Thread John Stewart
Thank you for the suggestion.  Yes, I did try floating layout, with the same 
result, unfortunately.  With a different swing app, one called jMemorize, I was 
able to run it using floating layout, but there was odd behaviour with menu 
items.  I had to click about 8-10 pixels below a menu item to select it.  In a 
nested X server it was fine.

jds

- Original Message 
From: Anselm R. Garbe <[EMAIL PROTECTED]>
To: dynamic window manager 
Sent: Wednesday, March 26, 2008 11:34:06 AM
Subject: Re: [dwm] dealing with badly-behaved GUI applications

On Tue, Mar 25, 2008 at 04:50:31PM -0700, John Stewart wrote:
> This may well be a newbie question.  I frequently use freemind, an 
> open-source java application for drawing mind maps.  When running under dwm, 
> version 0.8.1 stubbornly refuses to expand the map canvas to the whole screen.
> 
> As a stop-gap, I'm running a nested X server (Xephyr), with a very basic VM.  
> This works fine, but I'm curious to know how others may have dealt with 
> similar problems, possibly with other applications.

Did you try running this app in floating layout?

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361






Re: [dwm] Fibonacci in 4.8?

2008-03-26 Thread Anselm R. Garbe
wax is wx
way is wy
waw is ww
wah is wh

now.

Though you might also check if that version you are trying to
adopt does ban/unban stuff -- if so, remove those portions
because that's done in arrange() now.

Also, use the nexttiled()-based loop through the client list,
there is no need to iterate over all clients anymore.

Kind regards,
 Anselm

On Wed, Mar 26, 2008 at 10:56:30AM +0100, Valentin wrote:
> Hi,
> I'm a new dwm user and I'm trying to get the fibonacci layouts, but the
> patch is only for 4.6 -- I tried simply including the fibonacci.c file
> in config.h and adding the layouts, but I'm getting errors when I
> compile dwm:
> 
> In file included from config.h:2,
>  from dwm.c:230:
> fibonacci.c: In function ‘fibonacci’:
> fibonacci.c:6: error: ‘wax’ undeclared (first use in this function)
> fibonacci.c:6: error: (Each undeclared identifier is reported only once
> fibonacci.c:6: error: for each function it appears in.)
> fibonacci.c:8: error: ‘waw’ undeclared (first use in this function)
> fibonacci.c:9: error: ‘wah’ undeclared (first use in this function)
> fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
> fibonacci.c:44: error: ‘way’ undeclared (first use in this function)
> 
> My C isn't that good, so could somebody help me getting this to work,
> if it's not too much trouble? Thanks :)
> 
> Cheers, Valentin
> 

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] dealing with badly-behaved GUI applications

2008-03-26 Thread Anselm R. Garbe
On Tue, Mar 25, 2008 at 04:50:31PM -0700, John Stewart wrote:
> This may well be a newbie question.  I frequently use freemind, an 
> open-source java application for drawing mind maps.  When running under dwm, 
> version 0.8.1 stubbornly refuses to expand the map canvas to the whole screen.
> 
> As a stop-gap, I'm running a nested X server (Xephyr), with a very basic VM.  
> This works fine, but I'm curious to know how others may have dealt with 
> similar problems, possibly with other applications.

Did you try running this app in floating layout?

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



Re: [dwm] st progress?

2008-03-26 Thread Anselm R. Garbe
On Tue, Mar 25, 2008 at 12:58:13PM -0400, Ross Mohn wrote:
> As the end of March approaches, can you give us an update on the
> progress of the st application?

It has reached the highest priority on the TODO list now. Though
I haven't done a lot yet. I hope to have results soon. I revised
some concepts in my mind about it, I think the idea of an
interface to change the background colors dynamically depending
on some patterns in the terminal window is worth consideration.

Kind regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361



[dwm] Fibonacci in 4.8?

2008-03-26 Thread Valentin
Hi,
I'm a new dwm user and I'm trying to get the fibonacci layouts, but the
patch is only for 4.6 -- I tried simply including the fibonacci.c file
in config.h and adding the layouts, but I'm getting errors when I
compile dwm:

In file included from config.h:2,
 from dwm.c:230:
fibonacci.c: In function ‘fibonacci’:
fibonacci.c:6: error: ‘wax’ undeclared (first use in this function)
fibonacci.c:6: error: (Each undeclared identifier is reported only once
fibonacci.c:6: error: for each function it appears in.)
fibonacci.c:8: error: ‘waw’ undeclared (first use in this function)
fibonacci.c:9: error: ‘wah’ undeclared (first use in this function)
fibonacci.c:13: error: ‘Client’ has no member named ‘ismax’
fibonacci.c:44: error: ‘way’ undeclared (first use in this function)

My C isn't that good, so could somebody help me getting this to work,
if it's not too much trouble? Thanks :)

Cheers, Valentin



Re: [dwm] random wm thoughts

2008-03-26 Thread markus schnalke
David Tweed <[EMAIL PROTECTED]> wrote:
> On Thu, Mar 20, 2008 at 9:50 AM, markus schnalke <[EMAIL PROTECTED]> wrote:
> 
> >  sounds interesting!
> >  Would you make the modified source (or a patch)  available, please.
> 
> Here's a patch against aterm-1.0.0 obtainable from [...]

thx


meillo