Hyprland
Hyprland copied to clipboard
Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/3232 ## Description Allow shadows to be a gradient.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10376 ## Description Allow blurring borders. Likely would require adding a second sampler for the blur source to the border shader. Likely not trivial.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10464 ## Description Currently, it only takes a direction. Taking window address(es) would also allow for better scriptability.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10463 ## Description Currently, the window's properties cannot be changed based on grouped state. Adding this would also allow to deprecate group border color etc. options.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10428 ## Description we should make the bell produce a sound by default, probably overridable with a path. Also needs a `none` setting for a silent bell...
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10449 ## Description If hyprlock has hide cursor enabled, and there are no windows on the workspace, cursor will not be shown on unlock.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10461 ## Description Both modes send `1` on enabled and `0` on disabled.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10433 ## Description When capturing a region, transformed displays get the wrong region. See the repro case in the discussion.
### Discsussion link https://github.com/hyprwm/Hyprland/discussions/10442 ## Description Support the `xdg_toplevel_drag` protocol. Probably needs support for XDG move/resize actions first.
### Discussion link https://github.com/hyprwm/Hyprland/discussions/10424 ## Description If we want to allow screensharing workspaces, we need, in this order: - a new hyprland-protocol - hl support - xdph support HL support...