Hi Thomas,

On 10 November 2017 at 11:46, Thomas Dupriez
<thomas.dupr...@ens-paris-saclay.fr> wrote:
> Hello,
>
> Does an alternative window manager for pharo exist?
>
> For some reasons I always end up with a tangled mess of windows when using
> the default one. My biggest gripe is that new windows tend to open on top of
> other windows, blocking the view even if there is still empty space
> elsewhere.
>
> I watched this video ( https://www.youtube.com/watch?v=Wx0eNaGzAZU ) about
> the i3 window manager for linux and how it paves the screen with the windows
> to optimise screen space and make things look less messy, and was wondering
> whether something like that existed for pharo.
>
> Cheers,
> Thomas

Have you looked at Tiling Window Manager?  It doesn't solve the
problem of windows opening on top of each other, but makes it easy to
position them:

Metacello new
    baseline: 'TilingWindowManager';
    repository: 'github://Pharophile/TilingWindowManager:master/packages';
    load.


If there's another window manager that is similar to i3 or Awesome I'd
love to hear about it. :-)


Cheers,
Alistair

Reply via email to