What is something you want to use, yet are NOT using?

gramgan@lemmy.ml to Linux@lemmy.ml – 144 points –

For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

192

You are viewing a single comment

I would like to give a proper try to a tiling window manager. I would like to try QTile, but I haven't gone through the documentation to understand how to customize it properly. Currently, I use GNOME (and actually, I like it a lot). Also, I love TMUX, and the idea of having the same flexibility and keyboard-centric experience on a broader level makes me think that I will love a tiling window manager when I try it. I'm interested in QTile because I know it's configured in Python (which is a programming language I already know), and apparently, it can be used on either X or Wayland. Have you ever tried using it on Wayland? Does it work properly? Besides QTile, what else would you recommend?

I'm a big sway fan - it's the Wayland equivalent for i3

Customisation takes a bit of time (as with all these sorts of things) but it was very stable for me once I had it set up

Seconding Sway. I will admit I prefer autotiling (switching the split for new windows between horizontal/vertical automatically, rather than choosing which split you want), but overall Sway is so good in configuration that I still use it in spite of being a manual. The configuration takes time, but that's common to pretty much any tiler.

Thirding sway, although I use it with gnome. It's a very good first choice for a tiling window

Fourthing sway, specifically swayfx and (as someone already mentioned) autotiling, both of which are available in the Nix repository without hassle.

Thanks! You've all convinced me to try Sway. As soon as I have time to dive into the configuration, I'll give it a shot!