• 0 Posts
  • 92 Comments
Joined 4 years ago
cake
Cake day: June 23rd, 2020

help-circle



  • It’s gonna be way less hassle to just use Linux. The gaming situation is so vastly improved from 6 or so years ago, and the vast majority of games just work, with a large amount of the rest only needing minor tweaks.

    The big exceptions are in competitive gaming, and even there it’s pretty much limited to proprietary & intrusive anti-cheats that I wouldn’t have installed on my Windows computer anyway; Riot’s Vanguard and FACEIT are probably the two big ones. Also Fortnite – even though EasyAntiCheat does work fine with Linux, Epic has chosen to explicitly not support it. If you do play one of those few games – or use other proprietary software like the Adobe suite that also won’t work – a dual boot should be fine, it only takes maybe two minutes to swap over and unless you have two beefy GPUs you’ll be limited in a KVM setup.














  • verdigris@lemmy.mltoLinux@lemmy.mlEasy WM based desktops to use
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 months ago

    An actual WM is not a DE, and if you use something like i3 (sway is the Wayland version) all it does is manage your windows. A DE includes a WM; GNOME’s is called gdm Mutter. If you install a WM yourself, that’s all you get. Docks, bars, etc. might have suggested or sibling implementations for a given WM, but you’ll be setting them up yourself and you can easily swap in other options, or just not have them. There’s also no included software suite with things like a file manager. You’re expected to pick and use whatever tools you like, which is exactly the appeal but can be intimidating if you’re used to a full fledged DE.

    Tiling is just a way of organizing your windows, as opposed to the more common “floating” scheme that all the major desktop UIs use. You can totally use tiling in a DE, you just need an extension for it. I know they exist for GNOME and I’m sure there’s a way to do it on kde too. Even Windows has tiling modes available.

    So you can probably just enable tiling on your current setup to try it out (or install GNOME on your VM --i know that PopOS! used to have a built in tiling mode, but it’s been years since I tried that so ymmv). Moving to a WM instead of a DE is a very different and more involved process that’s mostly for people who want a totally custom setup with no extraneous features that they don’t explicitly set up. It’s basically the UI side of doing an LFS or classic Arch install where you pick which system components to use by hand.