river
Hyprland
river | Hyprland | |
---|---|---|
82 | 134 | |
3,209 | 19,584 | |
2.4% | 5.0% | |
9.3 | 9.9 | |
9 days ago | 4 days ago | |
Zig | C++ | |
GNU General Public License v3.0 only | 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.
river
-
Switching to River from Sway and a few questions
More info on the wiki https://github.com/riverwm/river/wiki
-
Is there any way to remove the Title bar from zathura on RiverWM
Here is the related github issue
-
Easy to config tiling wm
If you can get past some minor wayland related annoyances, river is pretty easy imo, you can write a config in whatever format you want, it just needs to be an executable file, the most common type is a shell script. The actual configuration happens by calling the riverctl program from the file, which from what I've heard is a similar method compared to bspwm.
-
Questions about availability of specific functionalities in swaywm (and wayland at all)
Coming from awesome you may find river more to your liking than sway.
-
Chromium / Electron on Wayland causes crash of the whole OS
River crashed everytime I closed Chromium. The developer fixed it in 5 minutes :)
-
I may have taken plugins too far...
I've written a plugin that implements the river-layout-v3 wayland protocol in Hyprland. This means you can run something like rivertile, river-luatile, rivercarro or kile as a layout provider.
-
Master and Stack setup
Author here. And yeah, as of 0.6.0 it supports master stack - I just called it stack main. I was in fact inspired by river: https://github.com/riverwm/river. River is really promising but is still in very early development. Sway on the other hand has been around for a long time and I, for now, prefer that stability.
-
Has anyone managed to get Hyprland working on void?
In my very specific case, I'd probably start by taking a look at how animations were previously implemented in river, and then I'd pay careful attention to that transform matrix at the end. I'm not super crazy about the implementation using timers to drive it (versus interpolating where the transform should be across a deadline), but I guess they were going for smoothness.
-
Hey Rustaceans! Got a question? Ask here (8/2023)!
riverwm wayland compositor
- Ideas for system compositor
Hyprland
- 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.
-
RubyWM – an X11 window manager in pure Ruby
I've been an X11 holdout since forever, but after nvidia proprietary drivers broke for the millionth time on a system upgrade, I switched over to Nouveau and the "Hyprland" tiling compositor on Wayland. It's the only setup that felt worth the upgrade to me. Setup was easy, animations are very slick (scroll down on the link below for a sample), and I've had no bugs or quirks. Highly recommend checking it out if you're bored or curious.
https://hyprland.org/
-
Is there any transparent themes for GTK 2 or QT?
I did some research as far as I know there isn't really a way for it to have a transparent window but not transparent text although I found this, basically change the opacity of the window/program. You can also set active and inactive opacity on the window if that's any help.
-
Hyprland broken config file :c
# Monitor Configs # source https://wiki.hyprland.org/Configuring/Monitors/#general monitor=,preferred,auto,1 # for pluggin' in random monitors monitor=,highrr,auto,1 # prefer high refresh rate for all monitors input { kb_layout= kb_variant=ffffff kb_model= kb_options=compose:rctrl,level3:ralt_switch kb_rules= follow_mouse=1 touchpad { natural_scroll=yes disable_while_typing=true scroll_factor=1 } } misc { disable_hyprland_logo=true animate_mouse_windowdragging=false # this fixes the laggy window movement (source: https://github.com/hyprwm/Hyprland/issues/1753) animate_manual_resizes=false # fixes slow resizes } general { #sensitivity=1.0 # for mouse cursor gaps_in=8 gaps_out=15 border_size=4 col.active_border=0xfff5c2e7 col.inactive_border=0xff45475a col.group_border=0xff89dceb col.group_border_active=0xfff9e2af apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
What are some alternatives?
sway - i3-compatible Wayland compositor
wayfire - A modular and extensible wayland compositor
awesome - awesome window manager
dwl - dwm for Wayland - ARCHIVE: development has moved to Codeberg
qtile - :cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)
bspwm - A tiling window manager based on binary space partitioning
xmonad - The core of xmonad, a small but functional ICCCM-compliant tiling window manager
autotiling - Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
swayfx - SwayFX: Sway, but with eye candy!