#WM recommendation for wayland

1 messages · Page 1 of 1 (latest)

hollow root
#

Hi peeps simd. I'm in need of a simple WM for wayland (i know it's not a wm but rather a compositor, but it's easier for communication). Not really looking for rice or fancy animations, but for:

  1. very little cpu and ram usage
  2. easy configuration (no patching pls)
    Can someone recommend some? Thank you gentoo_heart
plucky osprey
#

not expert on this area but sway is used by many people and very alive, probably very solid pick.

hollow root
#

thank you i will try

spiral sapphire
#

That's what I use and it works well

green leaf
#

i wonder what people could recommend that works for absolute beginners not looking to learn a tiling wm

hollow root
#

thank you

spice shale
#

maybe wayfire (=compiz but wayland), but you still need to bring ya own panel and stuff

silk perch
plucky osprey
#

also there is labwc as openbox for wayland

plucky osprey
#

I like how some haskellers when they code in C/C++ write function return type on separated line like it's method's type qualification,
I will steal it probably.

silk perch
#

I think it's not inspired from haskell, but about the line width

hollow root
#

GNU C guidelines recommend that syntax too

silk perch
#

I think I have seen it also in suckless software a while ago

#

Dunno, I think the types in C are too short for having them in a separate line

#

They've added auto in C23 but it seems it's only for variable types:

main.c:8:1: error: ‘auto’ requires a plain identifier, possibly with attributes, as declarator
    8 | auto main(void) {
      | ^~~~
silk perch
plucky osprey