Hacker News new | ask | show | jobs
by gorkish 731 days ago
Sorry to give you a hard time :) In the X11 ecosystem, the window manager is traditionally a 3rd party tool chosen by the platform maker or user, so the options for managing the appearance and positions of your application windows are as varied as opinions about how to do it properly. A number of popular ideas have made their way back to Mac or Windows as features to modify the OS's window management to behave more like some particular window manager. On top of that, once upon a time, tiled layouts were basically all you got since you didn't have enough RAM for a render buffer. So it's amusing that you had asked this question.

i3 is the main tiling WM in linux these days but very many more are configurable to support automatic or manual tiling. Your linux distro probably has a straightforward method to change your WM, but do be aware you may lose some behaviors you like; i3 is pretty svelte while most of the default WMs shipped by vendors today make use of quite a bit of eye candy, animations, etc.