Re: [dwm] start maximized patch

2007-07-31 Thread Alexander Polakov
* Kai Grossjohann [EMAIL PROTECTED] [070731 03:44]:
 On Mon, Jul 30, 2007 at 08:01:11PM +0200, pancake wrote:
 
  ion solves this by showing all the client's title on a single line
 
 I had abandoned all hope and managed to forget, but you put salt into
 the wound.
 
 Kai
 
I've posted a patch already doing exactly this. 
patch:
http://rootshell.be/~polachok/dwm-tabbar-4.3.diff
and screenshot:
http://rootshell.be/~polachok/dwm-19-07-07.png
-- 
Alexander Polakov | http://polachok.livejournal.com



Re: [dwm] start maximized patch

2007-07-31 Thread Jeremy O'Brien
On Tue, Jul 31, 2007 at 12:17:11PM +0400, Alexander Polakov wrote:
 * Kai Grossjohann [EMAIL PROTECTED] [070731 03:44]:
  On Mon, Jul 30, 2007 at 08:01:11PM +0200, pancake wrote:
  
   ion solves this by showing all the client's title on a single line
  
  I had abandoned all hope and managed to forget, but you put salt into
  the wound.
  
  Kai
  
 I've posted a patch already doing exactly this. 
 patch:
 http://rootshell.be/~polachok/dwm-tabbar-4.3.diff
 and screenshot:
 http://rootshell.be/~polachok/dwm-19-07-07.png
 -- 
 Alexander Polakov | http://polachok.livejournal.com
 

When I apply your patch and go to compile dwm, I get the following
error:
main.c:21: error: ‘STATUSPOS’ undeclared here (not in a function)
make: *** [main.o] Error 1

Did I do something wrong?

-- 
__neutral__insomniac__


pgpqnDpsqX26g.pgp
Description: PGP signature


Re: [dwm] start maximized patch

2007-07-31 Thread Ricardo Martins
On Tue, 31 Jul 2007 09:12, Jeremy O'Brien wrote:
 When I apply your patch and go to compile dwm, I get the following
 error:
 main.c:21: error: ‘STATUSPOS’ undeclared here (not in a function)
 make: *** [main.o] Error 1
 
 Did I do something wrong?

I had the same problem; simply add #define STATUSPOS True to config.h.

-- 
 Ricardo Martinsscarybox.net   b.scarybox.net
 GPG key: 0x1308F1B4 http://scarybox.net/zomg/ricardo.asc


pgpJgQyRWL7VK.pgp
Description: PGP signature


Re: [dwm] start maximized patch

2007-07-31 Thread Jeremy O'Brien
On Tue, Jul 31, 2007 at 09:12:50AM -0400, Jeremy O'Brien wrote:
 On Tue, Jul 31, 2007 at 12:17:11PM +0400, Alexander Polakov wrote:
  * Kai Grossjohann [EMAIL PROTECTED] [070731 03:44]:
   On Mon, Jul 30, 2007 at 08:01:11PM +0200, pancake wrote:
   
ion solves this by showing all the client's title on a single line
   
   I had abandoned all hope and managed to forget, but you put salt into
   the wound.
   
   Kai
   
  I've posted a patch already doing exactly this. 
  patch:
  http://rootshell.be/~polachok/dwm-tabbar-4.3.diff
  and screenshot:
  http://rootshell.be/~polachok/dwm-19-07-07.png
  -- 
  Alexander Polakov | http://polachok.livejournal.com
  
 
 When I apply your patch and go to compile dwm, I get the following
 error:
 main.c:21: error: ‘STATUSPOS’ undeclared here (not in a function)
 make: *** [main.o] Error 1
 
 Did I do something wrong?
 
Ok so I figured out that I had to add in #define STATUSPOS BarTop?
into my config.h, and this got the patch to compile. Is there a way to
have the bar displayed on the bottom, separate from my main bar? Because
it gets rid of the layout indicator and all but one of the current tag
indicators. And I use those :)

-- 
__neutral__insomniac__


pgp8oN9nUIexH.pgp
Description: PGP signature


Re: [dwm] start maximized patch

2007-07-31 Thread Alexander Polakov
* Jeremy O'Brien [EMAIL PROTECTED] [070731 18:02]:
 On Tue, Jul 31, 2007 at 09:12:50AM -0400, Jeremy O'Brien wrote:
  On Tue, Jul 31, 2007 at 12:17:11PM +0400, Alexander Polakov wrote:
   * Kai Grossjohann [EMAIL PROTECTED] [070731 03:44]:
On Mon, Jul 30, 2007 at 08:01:11PM +0200, pancake wrote:

 ion solves this by showing all the client's title on a single line

I had abandoned all hope and managed to forget, but you put salt into
the wound.

Kai

   I've posted a patch already doing exactly this. 
   patch:
   http://rootshell.be/~polachok/dwm-tabbar-4.3.diff
   and screenshot:
   http://rootshell.be/~polachok/dwm-19-07-07.png
   -- 
   Alexander Polakov | http://polachok.livejournal.com
   
  
  When I apply your patch and go to compile dwm, I get the following
  error:
  main.c:21: error: ???STATUSPOS??? undeclared here (not in a function)
  make: *** [main.o] Error 1
  
  Did I do something wrong?
  
 Ok so I figured out that I had to add in #define STATUSPOS BarTop?
 into my config.h, and this got the patch to compile. Is there a way to
 have the bar displayed on the bottom, separate from my main bar? Because
 it gets rid of the layout indicator and all but one of the current tag
 indicators. And I use those :)
 
 -- 
 __neutral__insomniac__
I had something like a separate taskbar panel for an older dwm release
(about 3.2 or something like). If you need this I can try to find it...

-- 
Alexander Polakov | http://polachok.livejournal.com



Re: [dwm] dwm-4.4 is on its way

2007-07-31 Thread Anselm R. Garbe
On Mon, Jul 30, 2007 at 09:20:32PM +0200, Jukka Salmi wrote:
 Anselm R. Garbe -- dwm (2007-07-30 21:08:44 +0200):
  I pushed a fix (rev 929), please recheck.
 
 Seems to work fine, thanks!

Please recheck, I pushed a different fix, actually the current
one seems better than the yesterday fix.

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



Re: [dwm] dwm-4.4 is on its way

2007-07-31 Thread Anselm R. Garbe
On Mon, Jul 30, 2007 at 11:05:17PM +0200, Jeroen Schot wrote:
 On Sat, Jul 28, 2007 at 05:23:24PM +0200, Anselm R. Garbe wrote:
  Hi there,
  
  I ask you to check the current hg tip (changeset 927+) to test
  dwm. Especially those using Mathematica having trouble with the
  so-called greyish blobs bug.
 
 Hi Anselm,
 
 Current hg tip (929) still shows these Mathematica grey blobs.

Hmm, then I don't understand what Mathematica does, I will check
Mathematica then on my own.

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



Re: [dwm] dwm-4.4 is on its way

2007-07-31 Thread Jukka Salmi
Anselm R. Garbe -- dwm (2007-07-31 18:24:18 +0200):
 On Mon, Jul 30, 2007 at 09:20:32PM +0200, Jukka Salmi wrote:
  Anselm R. Garbe -- dwm (2007-07-30 21:08:44 +0200):
   I pushed a fix (rev 929), please recheck.
  
  Seems to work fine, thanks!
 
 Please recheck, I pushed a different fix, actually the current
 one seems better than the yesterday fix.

Seems to work fine, too.


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~



Re: [dwm] display bug with Firefox + Vimperator in tiling mode

2007-07-31 Thread Martin Sander
On Tue, Jul 31, 2007 at 07:36:51PM +0200, Xavier wrote:
 I'm using vimperator extension : http://vimperator.mozdev.org/ and have a
 little problem using it in dwm.
 It's very common for websites to show thumbnails, and then clicking on the
 thumbnail will open another firefox window, showing the picture at real size.
 When doing this in dwm, that newly opened window does contain the picture at
 real size, but also a copy of the original site in the background

I use vimperator, too. Do you have a link of a website with this
behaviour? Maybe you could use an extension like tab mix plus to force
firefox to open all links in new tabs instead of new windows, I do that
and it works really well with dwm.

Greets

Martin



Re: [dwm] display bug with Firefox + Vimperator in tiling mode

2007-07-31 Thread Xavier
On Tue, Jul 31, 2007 at 07:49:58PM +0200, Martin Sander wrote:
 On Tue, Jul 31, 2007 at 07:36:51PM +0200, Xavier wrote:
  I'm using vimperator extension : http://vimperator.mozdev.org/ and have a
  little problem using it in dwm.
  It's very common for websites to show thumbnails, and then clicking on the
  thumbnail will open another firefox window, showing the picture at real 
  size.
  When doing this in dwm, that newly opened window does contain the picture at
  real size, but also a copy of the original site in the background
 
 I use vimperator, too. Do you have a link of a website with this
 behaviour?

Yes, you can see the link on the screenshots, but I could have put it in the
mail too :)
http://www.mtbikers.com/StoreFront/products/viewCatalog.do?id=892#none

But I ran into several others with same behavior.

 Maybe you could use an extension like tab mix plus to force
 firefox to open all links in new tabs instead of new windows, I do that
 and it works really well with dwm.
 

I thought about using an option like this, because konqueror has such an
option. I'll try that extension, thanks.



Re: [dwm] display bug with Firefox + Vimperator in tiling mode

2007-07-31 Thread Xavier
On Tue, Jul 31, 2007 at 08:13:42PM +0200, Xavier wrote:
  Maybe you could use an extension like tab mix plus to force
  firefox to open all links in new tabs instead of new windows, I do that
  and it works really well with dwm.
  
 
 I thought about using an option like this, because konqueror has such an
 option. I'll try that extension, thanks.

Indeed, tab mix plus is a perfect workaround, thanks :)
I just had to configure javascript popup to open in new tabs, and it works
nicely.