this post was submitted on 15 Aug 2023
70 points (97.3% liked)

Linux

45595 readers
888 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I feel like my eyes can only look at one thing at a time. I just have shortcuts to switch between programs.

Why do you prefer using a tiling WM and how do you use the tiling functionality in your workflow?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 10 months ago (2 children)

I don't use an exclusive tiling WM, but prefer a hybrid stacked/tiled approach.

So my argument for the stacked approach (or why I prefer floating windows sometimes) is because sometimes, some of my windows don't really work well as a small tiled space - remote desktop windows for instance. Or sometimes, there's too much white space in a window and resizing it into a tile may make it look weird, like a web page (especially web apps). So tiling doesn't always work for me, so for the most part I prefer floating/stacked windows.

As for tiling, it's great when you've got multiple things you need to refer to, or keep an eye out on. For instance, in my typical tiled work setup, I would have one tile for emails, one for chat, one for my browser, and one is a terminal or IDE. The terminal or IDE would be my main work area, I need the browser open at the same time to look at help or other reference material and maybe copy-paste code, and the emails and chat I need them open to keep an eye on things. I might make use of other monitors or workspaces for other things, like full-screen windows such as remote desktop sessions, or other monitoring stuff.

So for me, both floating and tiling windows are useful, so I prefer a general stacked WM that can also do tiling.

[–] [email protected] 2 points 10 months ago (1 children)

How big is your monitor that you can havel 5 windows open at once and you can still see everything sufficiently? Also whats a stacked WM?

[–] [email protected] 4 points 10 months ago

I usually have 4 windows on my 34" QHD monitor (16:10 aspect ratio), the fifth window is usually a full-screen window on a different workspace or monitor.

A stacking WM is a "normal" WM that most people use, like Mutter (Gnome) or kwin (KDE). Also called as floating WM. It's called stacking because windows are organized in a layered stack, one on top of the other, similar to pieces of paper on a desk. They have a "z order", and can be "above" or "below" each other, along the Z axis in the stack.