this post was submitted on 27 Jan 2024
79 points (96.5% liked)

Linux

47361 readers
1194 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 love WMs but sometimes I wish there was also a fully featured WM (like a DE) for lazy people.

Because sometimes I can't be bothered customizing the configs and I would just rather have a slightly more bloated setup but with faster customization and some features out of the box without to much researching.

But in my perspective, in terms of work flow WMs are just the way to compute efficiently.

Do you have any suggestions of projects that might be out there that do fill this niche?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 7 months ago* (last edited 7 months ago)

For me the main config difficulty is from the statusbar. Polybar, Eww, are harder to config comparing to the WM. I solved that with Tint2 bar. It can be configured from an GUI, for the basics. The only code I added to config is simple.

execp_command = xdotool getwindowfocus getwindowname

It prints the window name on the bar. It is useful for bspwm windows.