Re: [dev] DWM Xinerama

2011-11-11 Thread Roger
> On Fri, Nov 11, 2011 at 09:43:57AM +0100, Petr Šabata wrote: >On Thu, Nov 10, 2011 at 08:54:11PM -0500, Benjamin R. Haskell wrote: >> On Thu, 10 Nov 2011, Roger wrote: >> >> >I'm using dwm-5.9. I'd love to get a dwm-.ebuild into Gentoo, >> >but some hate cvs/svn/git ebuilds and I have a tou

Re: [dev] DWM Xinerama

2011-11-11 Thread Petr Šabata
On Thu, Nov 10, 2011 at 08:54:11PM -0500, Benjamin R. Haskell wrote: > On Thu, 10 Nov 2011, Roger wrote: > > >I'm using dwm-5.9. I'd love to get a dwm-.ebuild into Gentoo, > >but some hate cvs/svn/git ebuilds and I have a tough time getting > >them into Gentoo. > > It doesn't make a whole lo

Re: [dev] DWM Xinerama

2011-11-10 Thread Benjamin R. Haskell
On Thu, 10 Nov 2011, Roger wrote: I'm using dwm-5.9. I'd love to get a dwm-.ebuild into Gentoo, but some hate cvs/svn/git ebuilds and I have a tough time getting them into Gentoo. It doesn't make a whole lot of sense to have an ebuild in the first place for a piece of software that requ

Re: [dev] DWM Xinerama

2011-11-10 Thread Roger
> On Thu, Nov 10, 2011 at 06:07:38PM +0100, Connor Lane Smith wrote: >Hey, > >On 10/11/2011, Roger wrote: >> Seems DWM takes precedence over the mplayer's options concerning monitor >> placement. So using the dwm.h file is best for specifying monitor? > >dwm does take precedence, yes, since it ti

Re: [dev] DWM Xinerama

2011-11-10 Thread Connor Lane Smith
On 10/11/2011, Roger wrote: > Mplayer's > -xineramascreen option has no effect on monitor placement and mplayer's > -geometry seems to act a little funny. dwm ignores -geometry, unless it's floating, since we don't honour USPosition / USSize. I have suggested we patch this before, but others thou

Re: [dev] DWM Xinerama

2011-11-10 Thread Connor Lane Smith
Hey, On 10/11/2011, Roger wrote: > Seems DWM takes precedence over the mplayer's options concerning monitor > placement. So using the dwm.h file is best for specifying monitor? dwm does take precedence, yes, since it tiles the window instead of letting it float. Out of interest, could you post

Re: [dev] DWM Xinerama

2011-11-10 Thread Roger
> On Thu, Nov 10, 2011 at 07:35:25AM -0500, Kurt H Maier wrote: >On Thu, Nov 10, 2011 at 5:28 AM, Ruben Mikkonen wrote: >>> Is there anything I can use to force an application (ie mplayer) to start >>> on >>> Monitor1 using the console/terminal on Monitor0, instead of always having >>> to >>> move

Re: [dev] DWM Xinerama

2011-11-10 Thread Roger
> On Thu, Nov 10, 2011 at 12:28:18PM +0200, Ruben Mikkonen wrote: > DISPLAY="display" program, if I recall correctly. > > On Thu, Nov 10, 2011 at 11:28 AM, Roger <[1]rogerx@gmail.com> wrote: > > I've just configured two monitors on one NVidia card (DVI-I-1 and VGA-0) > using > t

Re: [dev] DWM Xinerama

2011-11-10 Thread Kurt H Maier
On Thu, Nov 10, 2011 at 5:28 AM, Ruben Mikkonen wrote: >> Is there anything I can use to force an application (ie mplayer) to start >> on >> Monitor1 using the console/terminal on Monitor0, instead of always having >> to >> move the mouse to the second display and using DMenu? The last field in t

Re: [dev] DWM Xinerama

2011-11-10 Thread Ruben Mikkonen
DISPLAY="display" program, if I recall correctly. On Thu, Nov 10, 2011 at 11:28 AM, Roger wrote: > I've just configured two monitors on one NVidia card (DVI-I-1 and VGA-0) > using > the Nouveau driver. (For more info and configuration, see Gentoo-Wiki DWM > web > page, easily found using Google

[dev] DWM Xinerama

2011-11-10 Thread Roger
I've just configured two monitors on one NVidia card (DVI-I-1 and VGA-0) using the Nouveau driver. (For more info and configuration, see Gentoo-Wiki DWM web page, easily found using Google.) >From what I see, the xinerama configure option is not Xorg Xinerama Extension related, but provides ge

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-23 Thread Alex Matviychuk
Yeah that seems to do the trick. As long as I stick to one monitor and don't expect detached windows to remember their positions, it's not too bad. Cheers, Alex On Fri, Oct 23, 2009 at 3:59 PM, Anselm R Garbe wrote: > 2009/10/23 Alex Matviychuk : >> Sorry I should of been more clear. I can under

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-22 Thread Anselm R Garbe
2009/10/23 Alex Matviychuk : > Sorry I should of been more clear. I can understand and accept the > dialog centering, but the whole app is being recentered and part of it > is going off screen. I started detaching tabs and dragging them to the > second monitor, but when I switch tags and then switc

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-22 Thread Alex Matviychuk
Sorry I should of been more clear. I can understand and accept the dialog centering, but the whole app is being recentered and part of it is going off screen. I started detaching tabs and dragging them to the second monitor, but when I switch tags and then switch back, all the detached tabs jump ba

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-22 Thread hiro
yeah, what a great idea... On Thu, Oct 22, 2009 at 2:44 PM, Moritz Wilhelmy wrote: > On Thu, Oct 22, 2009 at 08:14:40AM +0100, Anselm R Garbe wrote: >> 2009/10/22 Alex Matviychuk : >> > I'm floating eclipse across the length of 1.5 monitors using xinerama. >> > Whenever I use a dialog inside ecli

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-22 Thread Moritz Wilhelmy
On Thu, Oct 22, 2009 at 08:14:40AM +0100, Anselm R Garbe wrote: > 2009/10/22 Alex Matviychuk : > > I'm floating eclipse across the length of 1.5 monitors using xinerama. > > Whenever I use a dialog inside eclipse, it tries to center itself and > > considers the center as the center of the first mon

Re: [dev] [dwm] Xinerama autocenter issue

2009-10-22 Thread Anselm R Garbe
2009/10/22 Alex Matviychuk : > I'm floating eclipse across the length of 1.5 monitors using xinerama. > Whenever I use a dialog inside eclipse, it tries to center itself and > considers the center as the center of the first monitor. Is there a > way to fix this? Or is there a better way of streachi

[dev] [dwm] Xinerama autocenter issue

2009-10-21 Thread Alex Matviychuk
I'm floating eclipse across the length of 1.5 monitors using xinerama. Whenever I use a dialog inside eclipse, it tries to center itself and considers the center as the center of the first monitor. Is there a way to fix this? Or is there a better way of streaching apps across monitors? Thanks, Ale

Re: [dev] dwm xinerama config.mk settings

2009-10-13 Thread David Neu
On Tue, Oct 13, 2009 at 1:24 PM, Anselm R Garbe wrote: > Andrew suggested to disable Xinerama by default in dwm at > http://lists.suckless.org/hackers/0910/2296.html recently. > I remember others suggested that on IRC as well a couple of times. > > I'm a little uneasy with that since I'm using Xin

Re: [dev] dwm xinerama config.mk settings

2009-10-13 Thread Mate Nagy
Hiho, > I'm a little uneasy with that since I'm using Xinerama all the time > nowadays. But I wouldn't mind doing that by default. > > Any complaints? yes plz (although didn't we have this thread a couple of times?) I think Xinerama should be enable by default - most people will have the necessa

[dev] dwm xinerama config.mk settings

2009-10-13 Thread Anselm R Garbe
Andrew suggested to disable Xinerama by default in dwm at http://lists.suckless.org/hackers/0910/2296.html recently. I remember others suggested that on IRC as well a couple of times. I'm a little uneasy with that since I'm using Xinerama all the time nowadays. But I wouldn't mind doing that by de