Based on our record, dwm should be more popular than bspwm. It has been mentiond 66 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I associate this style with the suckless foundation, even though it is distinct from e.g. The dwm logo. https://dwm.suckless.org/. - Source: Hacker News / 8 days ago
Https://dwm.suckless.org/ > This keeps its userbase small and elitist.. - Source: Hacker News / 6 months ago
The only one I can think of the dwm window manager (https://dwm.suckless.org/), that used to prominently mention a SLOC limit of 2000. Doesn't seem to be mentioned in the landing page anymore, not sure if it's still in effect. - Source: Hacker News / 7 months ago
This is sort of the suckless approach. Most (all?) of their projects are customized by editing the source and recompiling. From their window manager, dwm: dwm is customized through editing its source code, which makes it extremely fast and secure - it does not process any input data which isn't known at compile time, except window titles and status text read from the root window's name. You don't have to learn... - Source: Hacker News / 10 months ago
> Their philosophy[1] says nothing of the sort Their philosophy doesn't, but their page for dwm[0] does :D "Because dwm is customized through editing its source code, it's pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions. There are some distributions that provide binary packages though." [0] https://dwm.suckless.org/. - Source: Hacker News / 11 months ago
Over on Linux, I’ve been learning kinda a-lot about linux tools and workflows. I've recently got into window managers, bspwm was my first one and I'm thinking of moving towards a Arch+Hyprland setup in future. Setting it up was way easier than I thought, and I got inspired by a YouTuber named jvscholz, who’s all about minimalism and productivity. - Source: dev.to / 18 days ago
Use BSPWM. It supports right clicks by default and its modular. You might want to look for status bars that work with it, slstatus does not work. Good luck, supremacist! Source: over 1 year ago
I had not heard of bspwm but I am a fan of telling WMs. Looking at the documentation now, I really like the pragmatic approach lol https://github.com/baskerville/bspwm. Source: over 1 year ago
I am not familiar with that distro at all, so no idea. KDE Plasma is fine, I use it myself (with BSPWM as my window manager, but that's irrelevant). Source: almost 2 years ago
There's a paradigm shift required for a lot of people to start using automatic tiling window managers. Yabai is basically a bspwm port for MacOS and it follows the rules of binary space partitioning. In fact, bspwm has a great diagram on its github readme that illustrates how it works. This will limit the number of windows you can have on any given desktop. To overcome this limitation you use multiple desktops. A... Source: about 2 years ago
i3 - A dynamic tiling window manager designed for X11, inspired by wmii, and written in C.
awesome - A dynamic window manager for the X Window System developed in the C and Lua programming languages.
qtile - Qtile is a full-featured, hackable tiling window manager written in Python.
Openbox - Openbox is a highly configurable, next generation window manager with extensive standards support.
Xmonad - xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell.
Fluxbox - Fluxbox is a window manager for X that was based on the Blackbox 0.61.1 code.