49
What WM or DE are you using now?
(lemmy.dbzer0.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
KDE, but only with an extension called kröhnkite for auto tiling. To me a manual stacked window management system is almost unusable. As someone who used tiling window managers for years and lots of KDE based applications, and as KDE was one of the first who worked well in Wayland, I thought to give it a shot. I like it and since then (years by now) stayed on KDE.
For reference, I used Gnome 2 on Ubuntu, made the switch to Unity desktop, then Gnome 3 (and I think Gnome 4 too?, don't remember). Then started experimenting with Regolith, auto tiling for Gnome, and tried out real tiling window managers, until I landed on qtile. Then experimented with Xfce, before finally making the switch to KDE (because of Wayland). Rest is history.
i don't like tiling wm, and can't stand seemingly random placement a linux d.e. usually gives (if not just centering everything every time).
i use the kwin script for 'remember window positions' to get behaviour similar to windows. gnome has something similar, too ('smart auto move ng'). so now a window for a program will open right back up the same size and in the same spot next time you run it.
There are multiple different logic how new windows are placed and the existing one re-ordered (or not re-ordered). Some have a logic that make look it random, if you don't know whats going on. Sometimes these behavior can be configured, or even choose from many "layouts" (these behavior and logic are often called layouts) that suits your needs. I actually use different layouts and switch between them depending on what I need. Below is a bit description of different ways how these layouts could function:
A predictable layout is the one that cuts the view in half, uses the first window opened up on the left, and then just tiles the right side, while adding new windows on the right bottom side only. This can be configured in a way that every new open window will replace the right big view, and push all other window one below to the left bottom stack in example. Another predictable one is that it cuts the view in 4 parts, left-top to right-bottom. And if all are filled and you open more windows, then the others are cut in half again when needed. Or if you want, use a spiral, that looks random at first and in my opinion was never useful anyway. And there are more ways how a layout logic could function. Not knowing how looks sometimes random.