I am potentially going to be able to put Linux on my work PC soon, have been using it on my personal PC and laptop quite happily with hyprland ontop of NixOS

Thinking of using NixOS for my work machine as well, however I don’t want to use hyprland or even Wayland as I need this machine to be stable and reliable (Nvidia GPU)

Is I3 still the best option for this or are there better alternatives? (leaning towards I3 ontop of KDE)

I’m also somewhat tempted to just go GNOME with the forge extension as it seems the most reliable, though the tiling on that extension is far from perfect

  • There is no “best WM”, only “best WM for you”. If you’re deep enough into this rabbit hole to install an alternative WM, at this point you’re the best judge of what’s the best, really.

  • As always there’s no such thing as a global “best” application. Building your system is a very personal thing. It all depends on your needs and liking.

    My personal journey in the tiling WM world has started 20 years ago with awesomewm. Then I moved to i3 because it feels lighter to me while offering a configuration approach I preferred. After some times, I felt ready to “really” build my tiling WM and I moved to dwm.

    I couldn’t be happier until I came across bspwm which is as suckless as dwm but EWMH compliant. I also love the nice approach of keybindings offered by sxhkd. What I appreciate the most is the no limit configuration power since you can integrate the very powerful program that writes messages on bspwm 's socket (bspc) in any scripts you can imagine. This let you create some crazy and very personal rules. For example, I designed one where bspwm is listening to my video player state and if not fullscreen it automatically resizes it to a given size and moves it to a specific position. I have another one that will apply borders only to 2 specific windows applications and use a different color for each one.

    This is a very brief overview of what I’ve experimented. Your expectations and the time you want to deserve to your configuration may guide you on another path. Archwiki has a comparison of tiling WM may be a good starting point to help you in your decision.

  • In a word - yes - i3 is incredibly productive and customizable, but it’s not for everyone. I’ve been using i3 with no DE or DM for about a decade. Every time I try to use a full DE like KDE, Gnome, etc, it’s just so slow and bloated, and gets in the way. And there’s 100’s of extra packages that get installed, and be updated, that I don’t use. I don’t need anything but terminals (of which I have about 40 open in 12 different virtual desktops), a browser, and an editor when vim isn’t enough. So for me, it’s perfect and simple. I don’t know what will happen when Wayland finally wins, but that’s 5-10 years away before it really wins.

  •  demesisx   ( @demesisx@infosec.pub ) 
    link
    fedilink
    English
    3
    edit-2
    6 months ago

    You should check out XMonad. It’s the only formally verified tiling WM.

    I got it working with NixOS and have my whole config online.

    https://github.com/harryprayiv/nix-config/blob/intelTower/home/programs/xmonad/config.hs

    I did some weird stuff with a custom Hue CLI Module for my lab. It’s a fun little, fairly kludgey example of something you could spin up super easily.

    In Haskell (much of the time), they say if it compiles it ships! It’s a lazily-evaluated language which lends itself well to a config and it slots right into NixOS quite well since Nix is also a lazily evaluated purely functional language.

    • Wayland on Nvidia is not stable.

      I’m using hyprland which adds another layer of instability as hyprland itsself can be ropey with Nvidia

      Even with gnome Wayland I have had a number of issues though, electron stuff is dodgy at best, hibernation doesn’t work (might not be Wayland specific)

      Applications don’t resize properly sometimes and crash more often

      I think it entirely depends on your setup, I’ve had separate issues with Nvidia Wayland across my PC and laptop

    • Maybe for you. Kernel 6.6, Nvidia driver 545 (also tried 535), RTX 3080, GNOME or KDE Plasma, two WQHD 165 Hz monitors. Got flickers in certain applications (for example Steam or some Electron apps), apparently related to how long they need to draw.

      Along with Baldur’s Gate Vulkan API halving FPS compared to Windows/AMD on Linux, or getting black models in DX11 (DXVK), certain games straight up flickering or showing other glitches.

      YMMV of course, but I find it hard to believe people have literally zero issues unless they have a very limited use case for their system.

      I switched to AMD for Linux and while it’s not perfect either, it’s so much better.

    • I’m running Hyprland on my Intel laptop without any issues (but I’m doing not much multimedia on it). But on my Nvidia desktop, oh no. Screen recording is flakey (especially with multiple sources and audio recording to different channels) in OBS, video editing impossible due to heavy UI flickering, gaming has worse performance, watching YouTube has noticable lag.

      For just opening your browser and doing non-multimedia stuff it’s fine I guess.

  • My personal favourite is qtile and it’s been my main WM for a long time. I3 is another good option. Wayland experience looks to vary from the other comments, but if you do use qtile and wanted to try wayland, you can get it to run using it (although I’ve never tried it myself).

  •  BlanK0   ( @BlanK0@lemmy.ml ) 
    link
    fedilink
    2
    edit-2
    6 months ago

    Some of the X11 WMs are dwm, awesome, qtile, bspwm, etc.

    Gonna leave here a link of a list of X11 WMs if you are interested.

    Like some have said on this thread, there isn’t really a better wm, it all comes down to your own needs.

    • I am curious about this as I’ve never heard of it however for this use case I’m looking for as mainstream as possible so it’s least likely to break in a way nobody’s seen before

  • Try out LeftWM ! It’s a dynamic tiling window manager, and it’s a reamly cool project with a very nice community. It’s still a bit rough around the edges but it’s worth trying considering how much options it offers.

    • Unfortunately for this use case rough around the edges won’t do. If something doesn’t work instantly I get blamed for using nonstandard software so the most reliable is what I’m looking for really

      For personal use I have no problem with rough around the edges (evidenced by my using hyprland on Nvidia lol)