this post was submitted on 10 Oct 2023
27 points (90.9% liked)

Linux

45460 readers
1961 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 5 years ago
MODERATORS
 

Hi there, I'm looking at floating window mangers as an in-between of DEs and escaping configuration hell (somewhat) of tiling Window Managers.

Specifically, I was looking at IceWM and OpenBox, but would love recommendations and discussion on what you like and why.

Cheers!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 months ago (6 children)

What about dwm makes it a more appealing choice compared to XMonad? (Excluding the C vs Haskell argument)

[–] [email protected] 1 points 8 months ago (5 children)

i dont have much experience with xmonad but i tried every wm at some point. usually the things that keep me with dwm is that i found a build with very sane defaults and a number of patches i appreciate like swallowing, fake fullscreen(so you can fullscreen a program inside the assigned window) or xresources/pywal integration . i also love the scratchpad implementation and the tag system with a tag 0. i also like dwmblocks for the status bar . now im sure some of this features are available on other wm but i never found all of them in one like on DWM.

i also use ST as terminal and it works great with dwm while it gives me issues with other WM(usually resizing issues)

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (4 children)

XMonad has most of the features you've listed though: window swallowing, fake fullscreen (other solutions exist: tabbed layout, fullscreen...), xresources (other solutions exist, just not familiar of them tbh), scratchpad, tags, taffybar and many more features in xmonad-contrib!

[–] [email protected] 1 points 8 months ago (1 children)

Does XMonad have a master-slave layout?

[–] [email protected] 1 points 8 months ago (1 children)

Do you have an image at hand that showcases that layout? The only images I am finding from a little DDG'ing are similar to XMonad's XMonad.Layout.ThreeColumns, but I am not sure if that is what you are looking for.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago) (1 children)

Master-slave layout essentially splits your screen into just two windows. Any new window opening gets automatically assigned as the new master and other windows get demoted to slave and moved down the stack.

I also quite like the stack layout dwm offers. It allows me to navigate through my windows with just up and down keys instead of left/right + up/down.

I've looked for dwm alternatives before but haven't found anything that does everything dwm does. XMonad is interesting but seems daunting to set up (also Haskell)

EDiT: A quick search tells me that you can indeed have a master-slave layout on XMonad.

[–] [email protected] 2 points 8 months ago

What you are describing for the master-sleve layout can be achieved with either, XMonad.Layout.Grid or Tall layout (more likely, other ways to achieve this).

The stack layout on the other hand can be achieved through the XMonad.Layout.Accordion? And if you are not a fan of that you could always refer to the XMonad.Layout.Tabbed.

Extra:

load more comments (2 replies)
load more comments (2 replies)
load more comments (2 replies)