this post was submitted on 01 Sep 2023
25 points (93.1% liked)

Linux

47356 readers
1390 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
 

I want the easiest to configure/theme wm and one that comes with sane defaults. Also I currently use cinnamon, and I'm not sure how to escape from that(everything in it is just so nice) but I want the speed of a wm

you are viewing a single comment's thread
view the rest of the comments
[–] Lucia@eviltoast.org 5 points 1 year ago (1 children)

Do you want a tiling or a stacking wm?

[–] ExplodeyWolf@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (2 children)

Uh What's the difference?

If stacking is floating, I think I'd rather have that

[–] Lucia@eviltoast.org 3 points 1 year ago* (last edited 1 year ago)

Fluxbox or IceWM as a more standard, familiar floating WMs (both are pretty customizable too).

WindowMaker is my goto for standalone window managers, it's look based on NeXTSTeP OS from 90s, so it doesn't look like yet another ripoff from windows or macos (both are ugly IMHO), so it's pretty unique.

If you want minimal and keyboard-oriented, cwm is THE wm for you. The main problem is that default keyboard shortcuts are really bad (openbsd fanatics will say otherways, but when shortcuts are spread around ctrl+, alt+, and ctrl+alt+, it's really far from good), so I recommend tweak them or to find someone's config.

If you want a desktop-agnostic file manager for these wms, I'd recommend xfe - it's somewhat obscure for some reason, but it's really, really good. Can't recommend more.

As to install, all of these should be in your distro's repo. Fluxbox may come as two packages (fluxbox2 and fluxbox3), the first one is the last official version and the second is the "community edition" - a fork, basically.

At least on Void Window Maker package is called WindowMaker, with capitalisation. Since Void sticks to official naming, other distros may have the same name.

edit: Also, it's worth to mention most of recommendation on this thread are tiling window managers (awesomewm, i3, hyprland, etc.)

[–] ober@lemmy.dbzer0.com 2 points 1 year ago (2 children)

If you're looking for a floating wm then Fluxbox might be your best bet. Otherwise I'd try i3. It's easy to configure and has a lot of documentation (it also features a floating mode I believe). If you're looking for something in python then I would recommend either awesomewm or Qtile (my fav). Qtile is a bit more difficult than awesome to configure though, but it has a better status bar.

[–] ExplodeyWolf@lemmy.world 2 points 1 year ago (1 children)

I'll certainly try fluxbox. What is i3 and fluxbox configured in?

[–] ober@lemmy.dbzer0.com 2 points 1 year ago

i3 is configured in it's own configuration language thing which I personally find very easy to use and understand. Fluxbox on the other hand is, I believe, configured through a GUI though I've never used it so don't take my word on that. Btw awesomewm is written in Lua not Python. Didn't realize my mistake until just now.

[–] ExplodeyWolf@lemmy.world 2 points 1 year ago (2 children)

My problem with qtile is it seems... just bad... The install instruction doesn't work, and it was just a pain to install

[–] raistlin@lemmy.sdf.org 3 points 1 year ago (1 children)

Welcome to 90% of WM's friend.

[–] ober@lemmy.dbzer0.com 1 points 1 year ago (1 children)

Install instructions? I just installed it with my package manager and it worked fine.

[–] ExplodeyWolf@lemmy.world 1 points 1 year ago (1 children)

I used pip, and apparently I needed to download from the git?

[–] ober@lemmy.dbzer0.com 2 points 1 year ago

Ah, so apparently it's been removed from the Ubuntu repos. I would try apt-get qtile if you haven't already and if that fails, I just wouldn't try qtile. I'm not sure why they removed it from the repos though.