WM recommendation (I know Python but not enough to take much priority) - eviltoast

I want the easiest to configure/theme wm and one that comes with sane defaults. Also I currently use cinnamon, and I’m not sure how to escape from that(everything in it is just so nice) but I want the speed of a wm

  • @bamboo@lemm.ee
    link
    fedilink
    1310 months ago

    If you like the relatively polished experience provided by a DE like cinnamon, you’re unlikely to enjoy a WM. It’s a much more DIY experience. Unless you have particularly unusual window layouts, you’re best off just learning the keyboard shortcuts already supported in your DE.

  • Disclaimer: I’ve used tiling window managers for all of 30 minutes in my life.

    If you just want a faster cinnamon, you might consider merely switching to XFCE. Just change the menu to the whisker menu and you’ll be right at home.

    WMs don’t typically come with “sane defaults” in the DE sense of the word; you have to make your own sanity. In order to find sane defaults, you’ll probably have to switch to a distro that has its own custom configs. (That being said, you can always copy the configs back to your original distro when you know what you want.) Maybe check out Mabox for some inspiration. I can’t speak to any other beginner WM distros.

    • @ExplodeyWolf@lemmy.worldOP
      link
      fedilink
      110 months ago

      The reason I like cinnamon is the sound effects and animations and such, and last I checked, xfce doesn’t have those.

  • @Lucia
    link
    English
    5
    edit-2
    6 months ago

    deleted by creator

      • @Lucia
        link
        English
        3
        edit-2
        6 months ago

        deleted by creator

      • ober
        link
        fedilink
        English
        210 months ago

        If you’re looking for a floating wm then Fluxbox might be your best bet. Otherwise I’d try i3. It’s easy to configure and has a lot of documentation (it also features a floating mode I believe). If you’re looking for something in python then I would recommend either awesomewm or Qtile (my fav). Qtile is a bit more difficult than awesome to configure though, but it has a better status bar.

        • @ExplodeyWolf@lemmy.worldOP
          link
          fedilink
          210 months ago

          My problem with qtile is it seems… just bad… The install instruction doesn’t work, and it was just a pain to install

          • ober
            link
            fedilink
            English
            210 months ago

            i3 is configured in it’s own configuration language thing which I personally find very easy to use and understand. Fluxbox on the other hand is, I believe, configured through a GUI though I’ve never used it so don’t take my word on that. Btw awesomewm is written in Lua not Python. Didn’t realize my mistake until just now.

  • @nargacu83@lemmy.world
    link
    fedilink
    5
    edit-2
    10 months ago

    If you know a bit of Python then i can only recommend you try qtile. It’s a pretty nice WM to start with IMO.

    • @flashgnash@lemm.ee
      link
      fedilink
      2
      edit-2
      10 months ago

      Isn’t i3 a tiling WM? If they use cinnamon that seems like a bit of a jump

      Tried out sway which I hear is based on i3 and at least on NixOS it came with bare minimum config that didn’t allow me to use my laptop properly at all

      • @somegeek@programming.dev
        link
        fedilink
        110 months ago

        Yes. Its tilling.Inn my opinion, if you wanna go the wm route, why not go the tiling route and get rid of using mouse alltogether (ツ)

        • @brakenium@lemm.ee
          link
          fedilink
          110 months ago

          You can still use your mouse. I3 allows using the mouse for moving Windows if you want it. Personally I manage Windows using shortcuts, but for GUI and some TUI apps I use the mouse anyway

      • Cyclohexane
        link
        fedilink
        2
        edit-2
        10 months ago

        A wayland tiling window manager that has a lot of nice visual features out of the box, like animations, round corners, borders, etc.

        It also has a basic text file config file, not a scriptable one.

      • Miku Luna \ she/it
        link
        fedilink
        110 months ago

        Well, an easy to configure WM, like you asked. I can’t do it justice with a description because I suck, just try it out.

  • @quou@l.quou.xyz
    link
    fedilink
    English
    310 months ago

    DWM

    Yeah it’s customised by editing a C header but you don’t really need to know C to configure it, you can 100% just copy the patterns that are already there and change them up like you would with any other config format.

      • @quou@l.quou.xyz
        link
        fedilink
        English
        210 months ago

        One thing I just remembered that you might struggle with is applying patches which is how you install “extensions” in most suckless software including DWM. Do you know how to use Git or some other version control system? If you don’t know Git but have used Subversion or Perforce or something then it should be fairly easy to pick up but if you haven’t used version control ever then resolving conflicts between patches might be a little tricky.

  • @khorovodoved@lemm.ee
    link
    fedilink
    2
    edit-2
    10 months ago

    If you want sane defaults, try lxqt. It is still a huge improvement in performance after cinnamon, but you don’t have to manually configure everything like in WMs.

      • @khorovodoved@lemm.ee
        link
        fedilink
        210 months ago

        Same design, different technologies. LXDE was dropped in favor of lxqt. In terms of performance both are almost the same, but in the future, when all of old code will be dropped from lxqt, it would be lighter. Also lxqt looks more modern compared to lxde.

  • Paola Bonacini :antifa:
    link
    fedilink
    110 months ago

    @ExplodeyWolf
    You can install Xfce and change the window manager. You will need to install a compositor, picom for example, but you will have the xfce panel and a working DE. This works flowlessly with i3 and bspwm for sure. It’s a nice setup.