this post was submitted on 06 Jun 2026
32 points (88.1% liked)

Linux

65636 readers
434 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
 

Spent lots of time with Gnome 2.

In Dec 2024 I got hooked in Hyprland on Arch and have a cool rice for it. But I've tried KDE on desktop now with Parrot OS since Plasma is popular. Still need to find some cool dot files or rice it myself.

I've noticed SwayFX getting lots of love lately. I might use that as an option with Plasma but am afraid of conflicts. I'm excited about it since Linux has now officially replaced windows on my gaming rig, which is the very last MS computer left in my house.

you are viewing a single comment's thread
view the rest of the comments
[–] Bogus007@lemmy.zip 1 points 12 hours ago (1 children)

StumpWM? You are a masochistic nerd 😂

[–] HaraldvonBlauzahn@feddit.org 1 points 8 hours ago* (last edited 8 hours ago)

No no.

  • Manual tiling works far better for me than the automated control in i3/sway. This is because I use some established layouts, for example Emacs Window with Rust code in the right half, in the left either firefox with docs, or a shell running cargo test, or another shell running jiujiutsu commands, or refreshing test files, and so on. And I switch rapidly between these all the time.
  • A tiling WM makes much better use of screen estate, especially on my 40 inch 4K screen, but also on the laptop.
  • I do most of the time programming, writing or reading, and for this, it is ideal to switch views back and forth with a single keypress.
  • I like to focus on one thing at a time, and this is required if I want to work in a nice flow state. For this, StumpWMs ability to switch workspaces fast is great.
  • I found it is great to automate frequent actions with wm-generated input from the wm. Say I am in the browser and want to capture the current URL for a project-specific bookmark list. So, I make s function that goes to the address bar, selects all, copies to clipboard, selects or creates an emacsclient window, finds a file called bookmark.org, pastes the URL there and lets me add a description.

What could also work for me is the tiling style like in GNOME PaperWM or Niri. But I haven't tried it extensively due to GNOME breaking on my last Debian stable upgrade and unwillingness to spend more time on it. And I am more than happy with StumpWM.

An inportant general fact is this: Things that you use all the time, do not necessarily have the same shape and UI as things that one uses once every three months. For the first, terminal interfaces with a lot of hotkeys might be suitable, for the latter, perhaps GUIs with menus.