xmonad
Hyprland
xmonad | Hyprland | |
---|---|---|
78 | 137 | |
3,427 | 24,090 | |
0.6% | 4.6% | |
6.7 | 9.9 | |
6 days ago | 3 days ago | |
Haskell | C++ | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
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.
xmonad
-
Rubywm: An X11 window manager in pure Ruby
If you want tiling, but i3 requires too much manual work, you might like the more managed layouts that are the default in XMonad: https://xmonad.org/
XMonad works fine with multiple monitors. Each monitor displays one of the many virtual desktops. The normal keys for desktops and for windows work pretty intuitively with multiple monitors.
-
8 months of OCaml after 8 years of Haskell in production
Yes, depends on where you draw the line.
XMonad is a bit bigger: https://github.com/xmonad/xmonad
-
Installing Xmonad on Arch
The official guide and the archwiki do say that it's okay to just install it via pacman, but I've also found some issues on the official repo that strongly suggest against installing via pacman and to use stack instead, as sometimes pacman breaks dependencies.
-
Is it just me or it nix becoming more common
Especially Haskell tools often live in proximity to nix as well, e.g., pandoc or xmonad.
-
[Media] shrs: a shell that is configurable and extensible in rust
Hey everyone đź‘‹ ! I'm currently working on a rust library for building and configuring your own shell! It's inspired by projects like xmonad and penrose where the configuration of the program is done in code. This means that for example, instead of using Bash's arcane syntax for configuring the prompt, it can be configured instead using a rust builder pattern! The project itself is still at a very young stage, so there are plenty of bugs and unimplemented features. However, some things that are (partially) implemented are:
-
Genuine question: how do you all use Haskell IRL?
Daily, because xmonad
-
MultiToggle is toggling layout on all workspaces when using WorkspaceCursors
If the problem is as described in the reply linked below, then this isn't a fundamental issue, but just a matter of how sendMessage is written. In fact, the fix already exists in xmonad/432:2fff2a0.
- home | xmonad - the tiling window manager that rocks
-
What LaTeX setup do you use?
There are a few other things I could mention, but there are more like side issues, and not relevant to my actual LaTeX setup. First and foremost—and thus perhaps noteworthy after all—is bibliography management with arxiv-citation (see here for more words). This is integrated very well with the XMonad window manager, which makes it even more of a joy to use.
- Developers How Do You Organize your Windows
Hyprland
-
Apple's Software Quality Crisis: When Premium Hardware Meets Subpar Software
> If you’re someone who grew up on Macs there’s almost nothing in the Linux desktop space that tries to replicate that set of patterns… it’s all Win9X-type taskbar setups, mobile-type setups (GNOME, Pantheon), old niche *nix setups (e.g. WindowMaker), and of course minimal tiling WMs. There’s no clones of Mac OS of any flavor.
Have you seen [Hyprland](https://hyprland.org)?
- Hyprland – Tiling Compositor with the Looks
-
Hyprland 0.44.0 Is Out
If you go to the homepage: https://hyprland.org/
It says "Tiling Compositor" as its first words. That's what it is.
It's not a "window manager" since that's an X11 term, and this is a Wayland Compositor, not an X11 Window Manager.
I feel like the landing page explains very clearly what it is for the target audience, which is someone who uses wayland and knows what a tiling compositor is.
- Linux: We Need Tiling Desktop Environments
-
Hyprland is now independent, dropping wlroots
and yet hyprland uses a CoC?
https://github.com/hyprwm/Hyprland/blob/main/CODE_OF_CONDUCT...
I joined the hyprland discord after seeing many reports of hyprland having a "toxic" community to verify the claims myself, I must say I'm disappointed. I expected to see some real raunchy stuff, instead it's quite literally one of the most trans-positive and otherwise politically milquetoast servers I'm in.
The initial rules post you have to agree to before gaining access to the server has hundreds of reactions of various trans flag emotes too.[0]
What's the problem here? The whole drama seems like virtue-signalling politically-correct FOSS devs attacking other politically-correct FOSS devs.
[0] https://imgur.com/a/HKrFtbZ
- Hyprland has officially moved away from wlroots
- Cortile – Linux auto tiling manager with hot corner support
-
Wayland breaks your bad software
I've been wanting to try http://hyprland.org/, but since plasma gets me far enough and provides a working taskbar (wifi, sound, bluetooth, mount, clipboard) and virtual desktops on which I end up opening just firefox and emacs I haven't really given it a chance.
-
Hyprland Crash Course
Hyprland builds using a pinned commit of wlroots instead of a tagged release because wlroots release schedule is too slow for Hyprland's development [0]
This turns into a problem for maintainers because many distributions refuse to ship non tagged versions of software
Hyprland used to depend on wlroots-git, but when it made the switch to use specific pinned commits a lot more distributions started to package it [1], but some still refuse to do so such as Debian.
[0] https://github.com/hyprwm/hyprland/issues/302#issuecomment-1...
[1] https://gitlab.alpinelinux.org/alpine/aports/-/merge_request...
-
Improving cursor rendering on Wayland
I have Hyprland a try some weeks/months ago, and seemingly it had a video memory leak where after some hours of usage, it ended up taking more than 5GB of VRAM, with no signs of slowing down.
I found one issue (https://github.com/hyprwm/Hyprland/issues/1504) mentioning something similar, but it was closed and I was still experiencing the same issue, so not sure what's going on.
Gnome3 doesn't manifest the same issue, so worth checking out if it happens to you if you're curious about moving from Gnome to Hyprland.
What are some alternatives?
i3 - A tiling window manager for X11
sway - i3-compatible Wayland compositor
xmonad-screenshot - Gtk-based screen capturing utility for XMonad.
awesome - awesome window manager
xmonad-contrib - Contributed modules for xmonad
qtile - :cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)