bspwm
herbstluftwm
bspwm | herbstluftwm | |
---|---|---|
95 | 32 | |
8,021 | 1,131 | |
0.3% | 0.4% | |
0.0 | 5.4 | |
12 months ago | 4 months ago | |
C | C++ | |
BSD 2-clause "Simplified" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bspwm
- The Future Is Niri
-
well... thinkpads are awesome
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.
-
AeroSpace is an i3-like tiling window manager for macOS
The biggest QOL improvements imo are found in the approach to the user-facing API design.
Compare basic multi-monitor commands in something like bspwm[1] or yabai[2][3] to twms on Windows where this is typically handled transparently by directional `move` and `focus` commands understanding monitor boundaries.
Besides this, Whim has implemented a very functional ctrl+p style command palette which provides a great interface for more advanced on-the-fly/one-time window manager interactions.
With komorebi I think that having different border colours to indicate different types of containers is very helpful (one colour for single window stacks, a different colour for monocle containers, a different colour for stacks with multiple windows), as well as custom window-based work area offsets[4] (so if you have an ultrawide monitor with only a single window on a workspace, you can add offsets to the sides so it doesn't stretch across the whole width and give poor usability).
It's not really any one "big thing" but rather a difference in approach which adds up over many small design decisions.
[1]: https://github.com/baskerville/bspwm/issues/563
- can't download and decompress git repo
-
BSPWM?
Bspwm is a window manager. Configuration happens in $XDG_CONFIG_HOME/bspwm/bspwmrc, as per stated here: https://github.com/baskerville/bspwm
- Multiple screens with different resolutions?
-
What WM should I use?
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!
-
What are some OpenSource apps that are the best of their kind?
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
-
Changing layout of node
If you use the bspwm off of github instead of the old 0.9.10, you can use bspc node @parent -y next to cycle the split type of the parent of the focused. I added it ~1.5years ago, after baskerville added node -y horizontal and node -y vertical to set the split type of a node to vertical/horizontal ~2 years ago.
-
How to use dump and load state?
Also bspwm's JSON generation and parsing is not great. If you have a window with quotes in its class name, bspwm, when dumping it, will not escape them generating invalid JSON (e.g. {"className":"the "cool" window",) that jq will not be able to read, and even worse, bspwm itself will not be able to read. (Yes, if a window's class name contains a " character, bspwm will fail to reload after you run wm -r #1362).
herbstluftwm
-
Ideal Monitor Rotation for Programmers
It's exactly how it works but only if you have mutliple screens.
My comment was that, for this reason, 2 or 3 smaller (ish- ~27") 16:9 4k screens [1] (previously, 4–6 even smaller 4:3 screens) works much better for me because I can switch the spaces on my Macbook and i3/Sway virtual desktops on my Linux machine individually for each screen.
If we're talking about having a smaller number of giant screens it would need to be able to be partitioned into logical "zones" for virtual desktops to enable this way of managing sets of windows together, and I've not found anything that really does this, let alone does it well (though honorable mention to HerbstluftWM [2] which I think, with patience, could probably do something pretty close).
[1] preferably 16:10 but that seems to have died out as an aspect ratio :(
[2] https://herbstluftwm.org/
-
Bare bone distro that i can custumize has i want for old pc ish?
Lately I have been playing with herbstluftwm on Artix with dinit, and I dig it. The way it behaves is quite a bit different from other window managers I have used in the past, and it did take some getting used to at first, but after experimenting with the config for a couple days I ended up with a pretty deadly and very intuitive setup that - despite running on X11 - "feels" more like a proper battlestation for sure...
-
[herbstluftwm] drink coffee
wm: herbstluftwm
- Clients Don't Remember Workspace
-
Command to spawn a bunch of applications on specific tags
Rules can have once and maxage properties - see hlwm's exec_on_tag.sh script for some inspiration.
-
With rise of wayland, are simpler window managers dying?
A few projects like AwesomeWM, and Herbsluftwm have had discussions on their issue trackers about supporting Wayland but a lot of them devolve into "Hey when will this be ready" style of comments, there's an interest in doing it but nobody is personally willing to take on the challenge
-
Herbstluftwm VS Frankenwm?
- The commit messages - I run the git version, so I like to read about the latest features and fixes. These tend to be more verbose on a feature or fix than the docs, so it can be more helpful. - https://github.com/herbstluftwm/herbstluftwm/commits/master
-
opinions on my desktop?
It's herbstluftwm, a Window Manager! https://herbstluftwm.org/
-
What softwares do you recommend to a daily use BSD system?
The nicities that I pull would be the file browser from ROX, and a tiling window manager such as herbstluftwm. I could do everything I do today without these, such as with a terminal or OpenBSD's 'cwm', but I really enjoy using them!
- Focus in max layout
What are some alternatives?
sway - i3-compatible Wayland compositor
Hyprland - Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
i3 - A tiling window manager for X11
spectrwm - A small dynamic tiling window manager for X11.
i3-gnome - Use i3wm/i3-gaps with GNOME Session infrastructure.