this post was submitted on 26 Oct 2025
99 points (93.8% liked)
Linux
59236 readers
439 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Biggest con of KDE + Krohnkite (to me) is no text-based config. I really have no desire to pour through the GUI to set up all my keybinds. I've tried this setup before, and honestly I mostly like it. However anytime I want to change something I just hate having to click through a menu with my mouse. The search bar helps, but often you'll spend a lot of time guessing what the devs decided to name a setting. I went back to Sway and have no regrets. Though I'll admit I wish there was something that was basically Sway with the benefits you mentioned here.
I can't really sell this as a solution, as it requires quite a lot more involvement than a simple configuration file should, but I use Nix Home Manager with Plasma Manager for this.
This is part of the tooling you'd use on NixOS, but you can use it on other distros, too, and it generally works fine (although I'm not sure, if the current version of Plasma Manager still supports Plasma 5, in case you're still on a distro with that).
Basically, it allows you to define e.g. keyboard shortcuts like this:
It then fucks up the formatting, so that it looks like KDE expects, and throws it into
~/.config/kglobalshortcutsrc.(KDE does actually have a text-based config, it's just borderline unusable.)
Well, and you can do this with lots of other Plasma options, too. Here's their official example: https://github.com/nix-community/plasma-manager/blob/trunk/examples/home.nix