So a few months back I asked about you guys os in c/asklemmy, so this time I wanna ask about your desktops you use on this same account.
(I use kde but plan to move to cinnamon I find kde buggy and gnome tracker3 randomly broke for no reason + themeing so yh idk if these happened to anybody)
KDE Plasma. I just like it. It seems to have options to do what I want, for the most part. There’s some things I wish it had, like a way to programmatically get the active window under Wayland, so StreamController could automatically change pages.
KDE Plasma and I refuse to use anything else on Linux unless there’s no choice.
Besides, Plasma can look like anything else anyway, so why switch?
I keep it default but with dark mode. And that’s perfect for me. I wouldn’t want it to look or function any other way.
Wood. Usually medium density particle board.
kde plasma, it’s fast, it’s pretty, it’s handy, it has all the keyboard shortcuts.
The only desktop that has a clipboard feature(superkey + v) I love, most of the desktop I see don’t have it and the clipboard show up as a system tray app.
You can get one in gnome too, via a plugin/extension (forgot the correctname for it)
I dont want my gnome plugins to break every update.
KDE Plasma on all my computers and also as desktop mode on Steam Deck. because it supports the latest technologies especially when it comes to graphics (HDR, VRR) also has best support for Wayland and multi-monitors. It looks great out of the box and it has a lot of features out of the box and I do not need to battle with adding some extensions that break with almost every update. KDE Plasma is also the most flexible desktop and I can set the workflow really to fit my desires and I can actually set many options and settings. And despite all these built-in features and configurability it still uses very few system resources and is very fast and smooth. Oh and the KDE community is one of the most welcoming I have met in FOSS world, and they listen to their users instead of the our way or the high way mentality I have so often encountered in GNOME for example. So yeah TLDR KDE Plasma is the one I like the most of all in the industry, even when compared to proprietary closed alternatives.
I’m an XFCE guy. I find XFCE to be nice and fast. It’s decently light - not the absolute lightest, but most of its installation size is from dependencies you were going to install anyway like GTK.
For now, it’s still on xorg, but I think they’re working on it.
Xfce
KDE Plasma. I am not good with making edits/tweaks to desktop environments and really like how MX has it set up.
gnome currently because nearly everything i use is designed for gnome and looks mismatched on other DEs. but the gnome workflow largely feels like a prison.
Xfce4.
y tho
It’s inexpensive on resources while leaving me nothing to really… need extra, I suppose. It’s old so there’s thousands of themes and ways to set it up, and it just feels like home. The speed of the animations and defaults to everything has a very stock Windows XP feel to the desktop despite it looking like nearly anything. The system doesn’t get in the way of programs from other desktops or setups in mind and always steps aside.
these days Hyprland but previously i3.
i basically live in the terminal unless i’m playing games or in the browser. these days i use most apps full screen and switch between desktops, and i launch apps using wofi/rofi. this has all become very specialized over the past decade, and it almost has a “security by obscurity” effect where it’s not obvious how to do anything on my machines unless you have my muscle memory.
not that i necessarily recommend this approach generally, but i find value in mostly using a keyboard to control my machines and minimizing visual clutter. i don’t even have desktop icons or a wallpaper.
I’m still on i3 as it’s been convenient, but this:
this has all become very specialized over the past decade
resonates. I keep incrementally adding personal tweaks and hotkeys to my setup, and I have all my dotfiles in a repo so it’s persistent across installations.
One example was I made my headphone button pause/play videos with i3’s config:
bindsym XF86AudioPlay exec playerctl play-pause
But then I adopted a script to toggle mic mute on work Zoom meetings, so I combined it with the above - if I’m in a meeting it toggles mute, otherwise it play-pauses any current video. The script, for now:
#!/bin/bash # # Handler script for hitting mute on the headphone. # CURRENT_WINDOW=$(xdotool getwindowfocus) # convoluted command to find the intersection of two searches ZOOM_WINDOW=$(comm -12 \ <(xdotool search --name 'Meeting' | sort) \ <(xdotool search --class 'zoom' | sort)) if [[ -n "$ZOOM_WINDOW" ]]; then # if zoom is active, toggle mic mute xdotool windowactivate --sync ${ZOOM_WINDOW} xdotool key --clearmodifiers "alt+a" xdotool windowactivate --sync ${CURRENT_WINDOW} else # otherwise do play/pause playerctl play-pause # will fail if no player found fi
and of course I altered the i3 config to launch that script rather than
playerctl
directly.[EDIT: Updated script as Zoom updated its window identities]
Another i3 user here. I slowly transitioned from KDE when switching keyboard layout stopped working as well as some other DE related things.
Ended up writing custom script for switching. Currently implemented with rofi in Perl, bc I like the syntax.
I still like having a bit nice gui, so i have wallpapers, some icons, etc. But I fell in love with terminal
along with neovim : ), soo kinda looking for that middle ground between look, performance and functionality.Haven’t finished tweaking all the configs to my liking, but after that vanilla Arch is the direction I plan to go, since many things in my current install that I have as well as haven’t customized work a bit questionably or exist for no reason.
Perl, bc I like the syntax
You… Monster
What? I know it’s a bit chaotic, but can be more readable than bash sometimes imo. Originally chose it because writing stuff for sed was getting too complex at some point and saw suggestions to use Perl for complex regex instead.
KDE. It’s customizable without adding lots of weirdness. It’s got a solid set of included tools like Dolphin and Konsole. It’s generally very stable and visually attractive.
No shade to other DEs. I’ve tried lots of them, I even have a couple of alternative DEs I’ll log into when they are useful (i3 is great if I am doing something repetitive). But KDE is just the most comfortable for me for daily use.
The non-Gnome COSMIC DE that System76 has been developing is looking really promising though. I have the alpha on a spare laptop and find it very functional.
I found some negative press about cosmic which can be valid or not.
https://blog.vaxry.net/articles/2024-on-cosmicFirst, to be clear, this isn’t so much “press” as a blog entry. Second, there are only so many mentions of “rust cultists” and “my rust” I can read in a blog before losing interest.
I have two, KDE on my laptop that runs Arch (btw) which is my tinkering machine, and GNOME/Pop!_OS on the desktop, which is the one other people use and I’m not allowed to break lol.
Although I might switch the desktop to COSMIC at some point if it doesn’t cause too much trouble.
On my main laptop I use KDE, it’s smooth and gets the job done. On my tablet, I use GNOME. It runs well, and is touch-optimized. On my other laptop, I use gnome for no particular reason.
I love KDE. It’s got easy to use power user features and is very robust.
KDE, it does what I want it to do.