Re: [dwm] rules problem with gogui

2007-11-20 Thread Anselm R. Garbe
Hi,

On Tue, Nov 20, 2007 at 12:03:02PM +0100, Lavergne Thomas wrote:
 I've a problem making some window not floating with the gogui apps.
 
 Gogui[1] is an application to play and debug/develop go playing
 software. It allow to have different window opens during testing to get
 information from the go engine. I use some of these window like tree
 viewer, shell and analyse.
 
 The problem is that by default these window are floating and I want them
 to be tiled, so I ve put some rules in config.h :
   /* class:instance:title regex   tags regex  isfloating */
   { Tree,   NULL,   False },
   { Shell,  NULL,   False },
   { Analyze,NULL,   False },
 These rules corectly match and are applyed by dwm but the windows
 doesn't go in tiled mode !
 
 The strange thing is that I can make them tiled using the
 Meta-Shift-Space shortkey. I could have lived with if I don't have to
 restart my engine so often when debugging, and each time I restart it
 the windows are recreated and I must retile them.
 
 Does anyone have an idea ?
 
 Tom
 
 
 [1] gogui.sourceforge.net
   You don't have to install it, just uncompress it and run gogui in the
   bin directory. To one of the problematic windows go in Tools menu and
   choose Tree viewer.

I assume those windows have a fixed size (minw == maxw, minh ==
maxh), or those windows have set the transient_for hint (which
is normally used for dialogs or popups) -- dwm prefers isfixed
or transient_for to rules, because that worked out best in the
past. However we can think about changing the priority here.

Regards,
-- 
 Anselm R. Garbe  http://www.suckless.org/  GPG key: 0D73F361



Re: [dwm] opera overlapping the dwm status bar

2007-11-20 Thread Anselm R. Garbe
Which opera version, how to reproduce? For me it works with hg
tip as expected.

Regards,
Anselm

On Sun, Nov 18, 2007 at 09:17:42PM +0800, Fernan Bolando wrote:
 Hi all
 
 It seems that a few people are using opera browser here. I recently
 change my browser to opera and when you start opera. It covers the
 whole screen including the bar on top of the screen.
 
 Anybody have an idea what I did wrong?
 
 -- 
 http://www.fernski.com
 

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



Re: [dwm] opera overlapping the dwm status bar

2007-11-20 Thread Fernan Bolando
Hi Anselm

I dont think this is a dwm bug, because I seem to remember having
this same problem sometime ago.

I have used 9.23, 9.24, and 9.50b they all behave the same way.
When you luanch it. it will cover the entire screen. covering the
dwm bar. If move it it will respectfully align, just fine.

Morphis

Yeah that is how I am handling it right now. I resize and move. I just
wanted to know how other poeple are handling it.

regards
fernan


On 11/20/07, Anselm R. Garbe [EMAIL PROTECTED] wrote:
 Which opera version, how to reproduce? For me it works with hg
 tip as expected.

 Regards,
 Anselm

 On Sun, Nov 18, 2007 at 09:17:42PM +0800, Fernan Bolando wrote:
  Hi all
 
  It seems that a few people are using opera browser here. I recently
  change my browser to opera and when you start opera. It covers the
  whole screen including the bar on top of the screen.
 
  Anybody have an idea what I did wrong?
 
  --
  http://www.fernski.com
 

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



-- 
http://www.fernski.com



Re: [dwm] opera overlapping the dwm status bar

2007-11-20 Thread Engin Tola

I have

Opera 9.24 . Build 671 for Linux. Qt library 3.3.7

and 

dwm 4.2 

I don't have this problem. Opera respects boundaries.

Anselm R. Garbe [EMAIL PROTECTED] writes:

 On Tue, Nov 20, 2007 at 08:25:36PM +0800, Fernan Bolando wrote:
 I dont think this is a dwm bug, because I seem to remember having
 this same problem sometime ago.

 I have used 9.23, 9.24, and 9.50b they all behave the same way.
 When you luanch it. it will cover the entire screen. covering the
 dwm bar. If move it it will respectfully align, just fine.

 Fernan, if that's the case I believe opera requests exactly
 screen size, hence dwm accepts it being a full-screen window.

 Regards,
 --
  Anselm R. Garbe  http://www.suckless.org/  GPG key: 0D73F361


-- 
engin tola - http://cvlab.epfl.ch/~tola
emacs  - http://www.gnu.org/software/emacs/tour



Re: [dwm] opera overlapping the dwm status bar

2007-11-20 Thread Anselm R. Garbe
On Tue, Nov 20, 2007 at 08:25:36PM +0800, Fernan Bolando wrote:
 I dont think this is a dwm bug, because I seem to remember having
 this same problem sometime ago.
 
 I have used 9.23, 9.24, and 9.50b they all behave the same way.
 When you luanch it. it will cover the entire screen. covering the
 dwm bar. If move it it will respectfully align, just fine.

Fernan, if that's the case I believe opera requests exactly
screen size, hence dwm accepts it being a full-screen window.

Regards,
-- 
 Anselm R. Garbe  http://www.suckless.org/  GPG key: 0D73F361