💾 Archived View for bbs.geminispace.org › s › Linux › 13769 captured on 2024-02-05 at 11:35:47. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2024-03-21)

-=-=-=-=-=-=-

Wanted: a step up from dwm...

I am looking to upgrade from dwm to something a little bit easier to configure.

I love dwm, and am generally happy with it. But I need a little more flexibility -- just a little. Maybe different kind of layouts in different windows (or tags or whatever). And while I am fluent in C, I find the way configuration works clumsy and hard to maintain, especially when patches are involved.

However, it seems that every time I look at other tiling wms, they instantly get enormous and even harder to configure.

Do you know of, and can you suggest, a wm that is just a little bit more flexible, one step up from dwm? Or at least something that is small and comes with a reasonable configuration that is not too hard to tweak?

I should add that I am running X and have no interest in Wayland, and that I hate fancy effects and screen noise.

Posted in: s/Linux

🚀 stack

Jan 11 · 4 weeks ago

11 Comments ↓

👤 AnoikisNomads · Jan 11 at 21:25:

I can't compare to dwm but I'm very happy with sway. I'm mostly in terminal emulators (tmux) so I really like the keyboardability (yes, that's a word now) -- I almost never need the mouse.

🚀 Sekhat · Jan 11 at 23:28:

And I'm a pretty happy user of hyprland.

Another tiling window manager, with some swishy gradient border colours and windows sliding into place.

🚀 stack [OP] · Jan 11 at 23:39:

No wayland...

😈 dimkr · Jan 12 at 00:04:

I use dwl (Wayland equivalent of dwm) and wrote the snail layout patch, it's a layout that works for me in every setup. It doesn't feel restrictive like master/stack, it works well when you want 2 or 3 windows side by side and everything else tucked away, it works when you have many small windows but don't want a "master", and it scales nicely (same algorithm arranges windows in a way that works in 16:9 and 21:9, or 1080p and 4k). Your "configuration" is mostly MOD+i and MOD+d (number of windows in each spiral) and MOD+h and MOD+j (the split between the spirals).

🖥️ zetamacs · Jan 12 at 00:58:

I'm going to pitch a couple that are different, but have some of the virtues of dwm, if that's alright.

I unexpectedly fell in love with CWM, the Calm Window Manager that comes with OpenBSD. It's really nice. Configurable to taste, useful right away, and generally just does what a window manager is designed to do: manage the windows. Other than that, it's out of the way.

Then there's herbstluftwm. What's so nice about this one is that it's got a simple client-server model. If you like the idea of a tiling WM you can configure in a script (or whatever language you want, really, as long as you can call/create a client), herbstluftwm is for you!

👻 mediocregopher [...] · Jan 12 at 06:44:

I've been using awesome wm forever, never looked back. My understanding is that it's essentially dwm with a Lua runtime strapped onto the front for configuration. Keyboard shortcuts for anything and everything, easy to customize, very lightweight.... it's just awesome

☕️ johan · Jan 12 at 06:59:

i can second awesomewm. Wayland had me switch to sway a few years ago but I was not happy to switch initially because awesome was, well, awesome :) There is some config but you will get quite far with a few extra lines on top of defaults.

☕️ johan · Jan 12 at 07:17:

but with that said, why not wayland on linux? the only thing that still works poorly afaik is screen sharing with <insert giant corporate chat client>. apart from that wayland is so much smoother

☕️ hellfire103 · Jan 12 at 08:24:

Spectrwm is a dwm fork that has on-the-fly configuration.

I've also heard good things about cwm from OpenBSD.

😈 dimkr · Jan 12 at 09:20:

+1 for cwm, it can do floating windows and tiling, very easy to configure (without having to rebuild) and has Linux ports

🦀 jeang3nie · Jan 12 at 21:40:

I use I3 on FreeBSD. The config file isn't all that hard to figure out and there's a fair amount of extensibility without it being complex out of the box.

Historical footnote, Sway was developed as a Wayland clone of I3. They even share config formats. I use Sway on Linux and I3 on FreeBSD. Have to look at my shell prompt sometimes to tell the difference.