Re: [dev] dwm tip changes

2012-08-30 Thread Anselm R Garbe
On 24 June 2012 20:32, Uli Armbruster wrote: > * Anselm R Garbe [23.06.2012 20:06]: >> Hi there, >> >> I pushed [..] some fullscreen handling changes into hg tip today. >> >> [...] >> >> Also, dwm now disallows resizing/moving/float fullscreen windows, as this >> doesn't seem very useful anyways

Re: [dev] dwm tip changes

2012-06-24 Thread Uli Armbruster
* Anselm R Garbe [23.06.2012 20:06]: > Hi there, > > I pushed [..] some fullscreen handling changes into hg tip today. > > [...] > > Also, dwm now disallows resizing/moving/float fullscreen windows, as this > doesn't seem very useful anyways. > > Please test hg tip and let me know any issues y

Re: [dev] dwm tip changes

2012-06-24 Thread Uli Armbruster
* Hannes Blut [24.06.2012 16:08]: > > Also, dwm now disallows resizing/moving/float fullscreen windows, as > > this doesn't seem very useful anyways. > > I enjoy letting a video play in the corner using mplayer. I don't like > to tile the vo of mplayer because that tends to mess up the aspect >

Re: [dev] dwm tip changes

2012-06-24 Thread Bjartur Thorlacius
On 6/24/12, Hannes Blut wrote: > I enjoy letting a video play in the corner using mplayer. I don't like > to tile the vo of mplayer because that tends to mess up the aspect > ratio. > You can fix that by making dwm respect size hints. See config.h. Tiling mplayer vo is actually the coolest featur

Re: [dev] dwm tip changes

2012-06-24 Thread Hannes Blut
> Also, dwm now disallows resizing/moving/float fullscreen windows, as > this doesn't seem very useful anyways. I enjoy letting a video play in the corner using mplayer. I don't like to tile the vo of mplayer because that tends to mess up the aspect ratio. -- Hannes Blut available via Mail: bl

Re: [dev] dwm tip changes

2012-06-24 Thread Manolo Martínez
On 06/24/12 at 11:01am, Anselm R Garbe wrote: > > On 23 June 2012 20:06, Anselm R Garbe wrote: > >> Also, dwm now disallows resizing/moving/float fullscreen windows, as > >> this doesn't seem very useful anyways. > But if there are many such use cases I might reconsider this decision. > I used t

Re: [dev] dwm tip changes

2012-06-24 Thread Bjartur Thorlacius
On Sun, Jun 24, 2012 at 02:34:06PM +0200, Arian Kuschki wrote: > I cannot judge the cost of additional complexity to dwm's source. But > I think being able to use certain sucky apps in 'full-screen-tiling' > mode actually makes the world suck a little bit less. I don't believe > e.g. evince or chro

Re: [dev] dwm tip changes

2012-06-24 Thread Arian Kuschki
On 24 June 2012 11:01, Anselm R Garbe wrote: > I understand your remark. The newly introduced limitation addresses > the moving/resizing by mouse only. Ah, I see. I don't use the mouse for what I described, so as long as full screen windows can still be tiled my use case is covered. Great! > The

Re: [dev] dwm tip changes

2012-06-24 Thread stanio
* Anselm R Garbe [2012-06-24 11:06]: > The problem with floating is that it toggles the client state. If > initially treated as floating window, it will toggle to the > tiled/monocle/.. layout. If then toggled back to floating, it won't be > resized to fullscreen mode. This sucks more imho. I see

Re: [dev] dwm tip changes

2012-06-24 Thread Anselm R Garbe
On 24 June 2012 10:39, wrote: > * Arian Kuschki [2012-06-23 23:52]: >> half/half editor/pdf file), it makes sense to put an app into full >> screen and then make it smaller again. > > +1 > > fullscreen often just happens to be the window mode which provides the > best view. It is helpful to be a

Re: [dev] dwm tip changes

2012-06-24 Thread Anselm R Garbe
On 23 June 2012 23:51, Arian Kuschki wrote: > On 23 June 2012 20:06, Anselm R Garbe wrote: >> Also, dwm now disallows resizing/moving/float fullscreen windows, as >> this doesn't seem very useful anyways. > > I haven't tested the changes yet, I just want to say that I find > resizing full screen

Re: [dev] dwm tip changes

2012-06-24 Thread stanio
* Arian Kuschki [2012-06-23 23:52]: > half/half editor/pdf file), it makes sense to put an app into full > screen and then make it smaller again. +1 fullscreen often just happens to be the window mode which provides the best view. It is helpful to be able to tile the window in this mode just as

Re: [dev] dwm tip changes

2012-06-23 Thread Arian Kuschki
On 23 June 2012 20:06, Anselm R Garbe wrote: > Also, dwm now disallows resizing/moving/float fullscreen windows, as > this doesn't seem very useful anyways. I haven't tested the changes yet, I just want to say that I find resizing full screen windows useful sometimes. For some apps (e.g. Evince)

[dev] dwm tip changes

2012-06-23 Thread Anselm R Garbe
Hi there, I pushed some xinerama/updategeom() changes and some fullscreen handling changes into hg tip today. The xinerama changes consist of a simplification when new screens are added/removed -- all clients are simply re-attached to the first screen found and the whole monitor structure is re-c