this post was submitted on 26 Jul 2024
147 points (97.4% liked)
Linux
47976 readers
1053 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!