182
submitted 2 days ago* (last edited 1 day ago) by Mwa@thelemmy.club to c/linux@lemmy.ml

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)

(page 3) 50 comments
sorted by: hot top controversial new old
[-] thedeadwalking4242@lemmy.world 14 points 2 days ago

Gnome on Nixos I like how standard it is I know what to expect

load more comments (2 replies)
[-] Voltage@lemmy.dbzer0.com 1 points 1 day ago

Cosmic, just trying it out because i liked the extensions system76 made for gnome, and cosmic DE is more native experience of that.

[-] monovergent@lemmy.ml 9 points 1 day ago

XFCE4. It's intuitive and predictable without sacrificing the ability to customize it exactly the way I want (with Chicago95 ofc). The built-in panel widgets are nothing short of amazing: battery, CPU, RAM, network, and disk monitors with labels toggled off to save space and a clock with only what I need on one line: MM/DD HH:mm:ss

Enough features so that it "just works" (no nitpicking through config files), especially on laptops, without being bloated in any way. Bonus of its lightweight nature is that I can keep my Debian/XFCE setup consistent across all of my machines, both old and new.

Can't wait for the finished xfwm4 port to wayland so I don't have to sacrifice some security running X11 and so I can do fractional scaling on hidpi machines.

[-] OwlPaste@lemmy.world 31 points 2 days ago

Xfce... Because I donno, been using it for many years

load more comments (5 replies)
[-] octopus_ink@lemmy.ml 18 points 2 days ago* (last edited 2 days ago)

Was a Gnome user until Gnome 3.

Since Plasma 5, I use KDE Plasma.

I'm just going to share my unvarnished opinions here, I clearly understand that Gnome users feel differently, and that's okay.

  • Gnome 3 performance was objectively worse on every bit of hardware I tried than Plasma. (Unfortunately I had functional gripes with Plasma 4 so couldn't use it.)
  • The years of faffing about I had trying to be happy with Gnome 3 and trying to use other alternatives until Plasma 5 was ready pretty much convinced me of this:
    • Gnome devs care more about achieving their vision of how a desktop should be used than they do about accommodating users who might feel differently. This is my perception, and it's a deeply held opinion. No matter how strongly you feel I'm wrong, you aren't going to change my mind. You can come at me if you want, but it's going to bear no fruit.
    • KDE devs have a vision, but place nearly equal importance on ensuring their users can make different choices if they choose. If this isn't true, they do a damn good job of pretending it is, and that's good enough for me. 🙂
  • I'm unhappy with the degree to which it appears the Gnome team has actively worked against the ability for users to easily customize, and with various feature removals that at this point are so far in my past that I probably don't remember the specific things that pissed me off, but I remember their explanations for feature removals being salt in an open wound every last time I cared enough to investigate their stated reasons.

Plasma 6 does everything I want the way I want. I have loaded it (and Plasma 5) on very low end and very high end hardware and found it performant and functional on both, consistently.

You'll note I don't claim it to be the best. There are folks out there for whom the Gnome vision happens to be how they like to work, or who aren't bothered by whatever hoops you have to jump through currently to customize a Gnome environment, and I'm sincerely happy for those people. For them, Gnome is the best.

There are lots of other DEs and of course tiling WMs exist, but it takes me no time at all to have a fresh plasma install working the way I want my computer to work and looking the way I want it to look, and thus I literally have zero complaints. So for the past few years I haven't even looked at any alternatives. If there's ever a time that I don't find the desktop product itself, and the KDE development team's approach to desktop development, to be absolutely perfect fits for me, I'll look elsewhere - but honestly probably not at Gnome.

load more comments (3 replies)
[-] chrash0@lemmy.world 20 points 2 days ago

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.

[-] sping@lemmy.sdf.org 10 points 2 days ago

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=$(xdotool getwindowfocus)
ZOOM=$(xdotool search --limit 1 --name "Zoom Meeting")

if [[ -n "$ZOOM" ]]; then
    # if zoom is active, toggle mic mute
    xdotool windowactivate --sync ${ZOOM}
    xdotool key --clearmodifiers "alt+a"
    xdotool windowactivate --sync ${CURRENT}
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.

load more comments (2 replies)
[-] superkret@feddit.org 24 points 2 days ago

Gnome. It just works out of the box and I can fly through it using the keyboard and touchpad without having to configure it first.
I've done the whole song and dance with tiling WMs, or going through all of KDE's settings until it was perfect, but I just can't be bothered anymore.

[-] PureTryOut@lemmy.kde.social 3 points 1 day ago

You don't have to configure KDE you know. You can just keep the defaults like you're probably doing with GNOME.

[-] shertson@lemmy.world 6 points 1 day ago

Gnome because it is the default in my district, works right out of the box and I'm too old to fart around with customizing things anymore.

I just want to get to work.

[-] tankplanker@lemmy.world 1 points 1 day ago

I have gnome installed and setup as a backup, plus I use its greeter, but I am another who does not really want a full DE and instead using Sway as my WM day to day.

I have two 32"@4k monitors so normal manual floating window management just annoys me, I greatly prefer tiling window management to auto sort my windows for me. Its extremely rare that I need to full screen anything on monitors this large to fit everything I want in width wise so I want multiple apps per monitor.

If all of this is managed dynamically for me, and I am not manually sizing or overlapping stuff, all the better. Couple that with easy use of multiple workspaces for different tasks (I typically use three per monitor), rarely do I have a need to manually resize anything. I have it setup to open my common apps on the right workspace for me, and each workspace set to the right layout for that set of apps, so much less faffing.

My (40%) keyboard(s) run QMK and are setup to enable most of my common combos, such as switching workspace, moving apps around are never more than two keys. The more I can do without moving my hands from the keyboard, the better for me.

Final thing is that Sway is wayland and for me extremely stable.

[-] UltraGiGaGigantic@lemmy.ml 6 points 1 day ago* (last edited 1 day ago)

Windows 10

Because I am soft and weak from getting smashed every day at my 3 part time jobs and I just want to drink and play video games at the end of the day, not learn a new OS.

I promise to try Linux Mint when windows 10 is no longer supported.

[-] art@lemmy.world 1 points 1 day ago

If Windows makes you happy keep using it. You owe a bunch of Linux nerds anything.

load more comments (1 replies)
load more comments (9 replies)
[-] Mio@feddit.nu 2 points 1 day ago

Kde because i want customization and standard is also ok. I tried gnome but did not like that extensions were required for tray icons etc. Gnome is otherwise good.

I3 and hyperland i dont get. Some windows should not be very large no matter how much free screen space you have. Example is calculator or old school chat applications like pidgin. No native standard set of applications. Everything must manually be added and custom, like everything in kde settings(sound output, network settings, screen size etc). Waiting for when applications can recommend its screen size to the window manager.

[-] Arigion@feddit.org 1 points 1 day ago

You can use i3 with xfce to have a menu and an icon bar if you want one.

load more comments (1 replies)
[-] JustMarkov@lemmy.ml 16 points 2 days ago

KDE, because it has all the features I need and also because I love theming and while QT apps can be themed pretty easily, GTK theming is somewhere between being absolutely horrible and non-existance.

load more comments (1 replies)
[-] _lunar@lemmy.ml 3 points 1 day ago

trinity because it's lighter than almost everything else while having more features than almost everything else

load more comments (4 replies)
[-] savvywolf@pawb.social 19 points 2 days ago* (last edited 2 days ago)

Cinnamon. Desktop environment peaked in the Windows XP/Gnome 2 days and everything else is just change for the shake of change. :C

My only annoyance is lack of Wayland support. Tried out cosmic, but it doesn't have the Windows XP/Gnome 2 style window list.

Screenshot for anyone interested:

load more comments (6 replies)
[-] Oha@lemmy.ohaa.xyz 21 points 2 days ago

Sway. Very customiseable and extremely snappy

load more comments (1 replies)
[-] art@lemmy.world 1 points 1 day ago

Gnome with dash to dock and the app indicator extensions.

[-] tetris11@lemmy.ml 16 points 2 days ago

xfce4. Stable as hell. X11. Can move windows around using just some keypresses.

load more comments (1 replies)
[-] ace_garp@lemmy.world 7 points 1 day ago

MATE (prn: MAH-Tay)

because it comes with standard Trisquel and is a smooth DE experience.

[-] Mwa@thelemmy.club 2 points 1 day ago

Oh yeah I heard of trisquel, those gnu endorsed distros.

[-] ace_garp@lemmy.world 1 points 1 day ago

Fully free distro list

If you know how to source hardware that uses fully-free drivers, they are worth a look.

Guix and Parabola also look interesting.

[-] Mwa@thelemmy.club 1 points 1 day ago* (last edited 1 day ago)

or if you want your firmware to be open source and stuff they are for people who follows gnu project free philosophy(in my opinion).

load more comments (2 replies)
[-] r3dw4re@hexbear.net 2 points 1 day ago

Currently I use gnome cosmic because of PopOS, integration and stuff. When I get around using Arch I'm certainly gonna get myself Plasma, because it's pretty af

[-] Xuntari@programming.dev 6 points 1 day ago

I use i3. Pretty bare bones, so it took me a while to get productive with it. But it's all exactly how I want it, it's all mine.

[-] jjjalljs@ttrpg.network 9 points 2 days ago

I am extremely basic and I'm using the XFCE that came with Linux mint. I don't need anything fancy.

load more comments (3 replies)
[-] nemno@lemmy.world 5 points 1 day ago

xfce, i dont need that other bloat.

[-] Lettuceeatlettuce@lemmy.ml 3 points 1 day ago

KDE on my main gaming PC, or if I want something that looks really modern and sleek without tons of setup/tweaking on another PC.

Mint with Cinnamon if I want a #justworks setup that is rock stable and I don't need to look sexy.

My side business laptop uses LMDE with Cinnamon for that reason. I need that thing to be rock stable and dependable at all times.

Cinnamon has been more stable for me than any other DE, and in my experience, is just as performant as other low-spec favorites like XFCE. My fresh install of LMDE with Cinnamon right after boot uses about 850MB of memory. My testing with XFCE was about the same, maybe 50-75MB less, which for my use case is effectively identical.

Not crapping on XFCE though, I like playing with it on one of my old thinkpads. Not a fan at all of Gnome, I've tried to like it for years, but I just don't care for it, and I experience quite a few bugs.

I plan on trying the new Cosmic DE soon, it seems like Gnome done better, and I could see myself liking it from the reviews I've watched.

[-] simonced@lemmy.one 2 points 1 day ago

Also Cinnamon main here, love the lightness of it.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 30 Oct 2024
182 points (98.4% liked)

Linux

47950 readers
1787 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