this post was submitted on 12 Jun 2023
46 points (97.9% liked)

Linux

63456 readers
552 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

feel free to list other window managers you've used.

I have been happy with bspwm, but considering trying something else. I love its simplicity and immense customizability. I like that it is shell scriptable, but it is not a deal breaker feature for me.

I like how the binary split model makes any custom partition possible.

top 50 comments
sorted by: hot top controversial new old
[–] PMunch@lemmy.ml 1 points 2 years ago

I use i3, but to say that I like it is a bit overstated. It's fine, does what I expect the very basic of a tiling window manager to do. I used Nimdow for a while and it's pretty good, the default bar is way better than i3 (supports ANSI colour coding, mouse presses, etc.), but I could never quite get to grips with the tiling algorithm.

I'm working on my own WM though, it's not tiling per-se, I choose to call in non-overlapping and I'm trying to solve my gripes with i3. Basically windows should not be forcefully expanded if they don't want to. Try open galculator under i3 and watch the horror. And when expanded the size should be split based on their initial sizes. So if I have Firefox open and want to do something in a quick terminal window the terminal won't get 1/2 of the screen. Firefox wanted more space than the terminal initially, so the terminal gets to take up a smaller share of the space.

[–] kunday@lemmy.ml 1 points 2 years ago (3 children)

XMonad. Been using it for almost a decade, and very powerful. I3 I hear is also good.

[–] vividspecter@lemmy.world 2 points 2 years ago (1 children)

I prefer the way XMonad handles multimonitor workspaces, but left for Sway due to wayland support.

[–] kunday@lemmy.ml 2 points 2 years ago

need to give it a try. I'm stuck in the past times lol

[–] whoopingsneeze@fedia.io 0 points 2 years ago

I haven't used XMonad in a long time, but it was my go-to for a few years. It was solid. The main issue is that you configure it in Haskell, and I don't know Haskell.

[–] Corngood@lemmy.ml 0 points 2 years ago

Same here, but I'm about ready to accept Wayland... Seems like sway is the best option?

[–] Junkdata@lemmy.ml 1 points 2 years ago

I started with for a bit awm, however i am giving qtile a try since im learning how to code python so good practice.

[–] ForynGilnith@lemmy.world 0 points 2 years ago (3 children)

My heart still belongs to enlightenment/e17 but I've been using i3 for the past few years, and then hyprland for the last 4 months or so. It's working out well.

load more comments (3 replies)
[–] xchgeaxeax@sh.itjust.works 0 points 2 years ago

I tried i3 back in 2019 and I've been using it ever since on my desktop.

[–] ScottE@lemmy.world 0 points 2 years ago

i3 is what I've been using the past few years. I've tried others, but I always end back up with i3 as I've found nothing else to be as simple and efficient for my workflow, with 12 workspaces across 2 monitors.

[–] PapaTorque@lemmy.world 0 points 2 years ago

I really like dwm. It doesn't seem too popular so maybe the other ones are better but it was the first one I tried so the others feel weird to me. I like the idea behind suckless in general though.

[–] Fubarberry@lemmy.fmhy.ml 0 points 2 years ago

I usually use tiling add-ons for Gnome or KDE. So pop-shell or bismuth.

[–] NateSwift@beehaw.org 0 points 2 years ago

I’ve been using i3. Nothing super advanced but the config is easy and being able to reload in place is nice

[–] ME3D@lemmy.ml 0 points 2 years ago (3 children)

This is the way.

[–] xavier666@lemm.ee 0 points 2 years ago

Sorry to be the boring i3 user but it's a rock solid TWM. Plus I am using the autotiling mod and now it's even better :D

[–] cristiangutie@lemmy.world 0 points 2 years ago

i3 aswell, its great.

[–] nullthegrey@mastodon.social 0 points 2 years ago

@cyclohexane for me it was and always will be bspwm. Once I had it configured it was the coziest of cozies.

[–] donio@beehaw.org 0 points 2 years ago (2 children)

EXWM. I am a longtime Emacs user so merging the concepts of Emacs buffers and X windows is a huge benefit. Only one set of keybindings to worry about, all of my Emacs window management stuff works for X windows too. One less external dependency to worry about too. In a new environment (like when starting a new job etc) as long as I have my Emacs config I am good to go.

[–] notroot 0 points 2 years ago (1 children)

I'll have to give it a try again. I played with it a while back, but I was happy with GNOME at the time. What underlying version of emacs are you using? native comp?

[–] donio@beehaw.org 0 points 2 years ago (1 children)

EXWM is not particularly picky about Emacs versions or performance. I used to run with nativecomp but ended up turning it off since I value stability over performance. (nativecomp was pretty stable but I had some occasional issues)

The biggest caveat is that you must be very comfortable with whatever Emacs buffer/window management setup you use since you will be relying on that even more.

load more comments (1 replies)
[–] notroot 0 points 2 years ago (1 children)

Pop!_OS 20.04 LTS... I love how it combines tiling and stacking. Sure I could use workspaces instead of stacks, but with stacks... I can use both!

I've also used EXWM and am going to give it another whirl after I upgrade to emacs 28 with native comp

load more comments (1 replies)
[–] lckdscl@whiskers.bim.boats 0 points 2 years ago* (last edited 2 years ago) (2 children)

i3 until the day I die

Edit: Why? Because I love how easy it is to get working, it's a nice balance between features and simplicity for me, and IPC features are great for some QoL plugins. Its configuration file format is simple enough, I like lua with wezterm and neovim but I don't really see the point with a WM, I just need to see my windows when I want, the way I want, and to switch to others.

[–] xavier666@lemm.ee 0 points 2 years ago (1 children)

Can you list some QoL mods for i3? I have been using autotiling for the last few months and it's great.

[–] HotChickenFeet@sopuli.xyz 0 points 2 years ago (1 children)

I too would be interested to know what plugins you use.

I love i3 and have used it for years and find myself fruitlessly using the most common keybinds in windows at work.

But my gripes over i3 are:

  • If I don't know the name of the command, say a specific settings window, etc - then I'm hosed if I need it.
  • It doesn't come with a lock screen by default, you need a plugin for it
[–] lckdscl@whiskers.bim.boats 0 points 2 years ago* (last edited 2 years ago)

Here's a list of plugins that may be useful:

  • kitti3: quake style dropdown terminal
  • tdrop: the same as kitti3, but I moved to wezterm due to kitty's design choice and tdrop fits the bill, it's also wm agnostic.
  • i3-volume: integrates with dunst for me to pop up volume status when I change volume via keybinds.
  • autotiling: A must have in my opinion. I seldom have more than 2 windows on a monitor, since I have two monitors and utilize other workspace, but there are times when I temporarily have multiple windows open and too lazy to group them into stacks or tabs.
  • i3expo: I heard people have success with this as an alt-tabber with visualization. I just use dmenu and have scripts for window switching.
  • wmfocus: quite useful if you have multiple monitors and multiple windows on each, instead of doing Super + h a few times to move to the left most window, I just use wmfocus and hop to it immediately.
  • i3-extras: I just found this, perhaps it's of use.

Regarding your gripe #1, I don't quite understand? Do you mean you don't know the command of a program to type into your terminal to launch?

And gripe #2, if you mean i3lock, I'm okay with that, I like that i3 follows UNIX philosophy of doing one thing and doing it well, and because of that good i3lock forks exist! If it was baked into i3 then this might not be the case.

For i3-lock, I currently use i3lock-fancy-rapid, it's a weird name lol, but it is still dependent on the i3lock-color binary, which itself is a fork of i3lock.

[–] communist@beehaw.org 0 points 2 years ago

Sway, but single window capture and the animations make hyprland very tempting...

[–] fabhian_arkantos@lemmy.ml 0 points 2 years ago

Today I use Plasma, but if I need a tiling wm I use awesome. It's so great and customizable. If you're fine with Lua, is easy to config.

[–] HerrBratani@feddit.de 0 points 2 years ago

PaperVM. Works under gnome and has everything i need

[–] roseh@lemmy.blahaj.zone 0 points 2 years ago (1 children)

Recently I have been using river. It's extremely easy to configure via a shell script, and it's very fast and stable. It's another dwm clone

[–] TheyCallMeHacked@discuss.tchncs.de 0 points 2 years ago (1 children)

It's not exactly a dwm clone, it's way better than that. It takes all the best parts from dwm and bspwm, and I've been loving it so far

[–] cyclohexane@lemmy.ml 0 points 2 years ago (1 children)

The binary split tree is bspwm's best and most important feature imo. I'm sad river doesn't follow that model.

River defers Layout management to an external program (rivertile). If you want a layout based on a binary split tree, you can write your own so-called layout generator

[–] Nuuskis@sopuli.xyz 0 points 2 years ago (1 children)

I used suckless ecosystem for 5+ years, but I wanted to use Wayland so now I'm transitioning into Sway and holymoly how fast and easy it is. So simple to configure and written in C.

[–] cristo 0 points 2 years ago

I've been pleasantly surprised by sway coming from dwm. It feels as responsive and most things I patched into dwm are built in.

[–] _s0me_guy_@lemmy.ml 0 points 2 years ago

DWM due to it's suckless nature

[–] Prologue7642@lemmygrad.ml 0 points 2 years ago

Currently, I am using DWL and it is pretty nice. After moving to Wayland, I tried to use Sway for a while, but it does not really fit into my workflow well. But to be honest, even DWL is missing some things I want, and I am not really a fan of that it is written and configured in C. I am planning on trying to write my own tiling window manager in Rust when I have some time.

[–] 1ipod@lemmy.world 0 points 2 years ago
[–] Syudagye@pawb.social 0 points 2 years ago

LeftWM, because it's a really nice community to get involved with, and i like rust so i contributed a bit to the project

[–] Borgzilla@lemmy.ca 0 points 2 years ago (3 children)

Not sure if this counts as a tiling window manager, but I spend most of my time in emacs in full screen mode. I can create, delete, resize, and swap my windows.

[–] sping 0 points 2 years ago

That's what made me start using EXWM (Emacs X Window Manager). With Emacs you end up managing "windows" (that outside Emacs would be called "panes"). With EXWM Emacs really is your desktop, and X applications run inside its windows. So that meant I no longer had two windowing models to manage (Emacs and WM), just one. There was a lot to like about that.

But... Emacs as a window manager, and using your development environment as your window manager, has other issues. Especially restarting it becomes more onerous. So I went back to i3 and am very happy. With a few minor customizations I can integrate Emacs and i3 very comfortably.

But another Emacs point vis-à-vis window managers is many committed Emacs users, require only trivial functionality from our window managers. I usually have a web browser and an Emacs window and that's it, with occasionally something else running. I was pretty happy with Unity with crude tiling where I could split a conventional WM's screen into two.

The main reason I use i3 is it gives me access to easy customization and has a windowing model I can work with, and one day I should be able to migrate to sway on Wayland without much drama.

load more comments (2 replies)
[–] hschen@sopuli.xyz 0 points 2 years ago

Starting with i3 as my first, i tried a bunch of different ones. Xmonad and Qtile were the ones i liked the most but Qtile was buggy and Xmonad while working was super confusing to configure with haskell.

Also tried AwesomeWM, it felt a bit buggy to me in terms of window handling and DWM was just too complicated to patch and even with patches it was too basic

Ended up going back to i3, and then moved over to Sway.

[–] rwxrwxrwx@lemmy.ml 0 points 2 years ago

I used StumpWM for many years. It was great for most of my workflow and, being written in Common Lisp, you can recompile parts of it while it's running (I didn't do this often but it was a cool feature).

[–] WatTyler 0 points 2 years ago

I love Haskell, so XMonad was the natural choice. I've been using it for a few months and whilst I think I like the unique workspace - display mapping it really hasn't clicked yet.

load more comments
view more: next ›