this post was submitted on 16 May 2026
26 points (65.5% liked)

Linux

65410 readers
780 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HaraldvonBlauzahn@feddit.org 1 points 4 days ago

I’ve been using linux for about 20 years and have never used a tiling WM. What are the benefits?

Depends a lot on what you are doing. For programming:

  • much better use of screen real estate, more code fits on your display - you need to work less from memory
  • the above is even more useful if your vision is not perfect.
  • very fast switching between e.g. terminal and editor. This is very well suited for repetetive workflows like edit - compile - test - read documentation
  • good for keyboard-centered mode of work, like writing code.
  • good if you want several screens / workspaces for working on several somewhat separate tasks

For the record, I am using StumpWM, a manual tiling WM. If it isn't available, I prefer i3wm (or sway) since it is standard. But I like the manual layout control more.