Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
Go to file
Florian "sp1rit"​ fd0112425f
Added meson buildfiles
this makes for a far better experience in combination with wlroots,
since that whole makefile mess is not required.
Additionaly, handling of wayland protocol sources is also slightly
better, but could be improved with mesons inbuilt wayland module.

To build Hyprland using meson:
    meson _build -Ddefault_library=static
    ninja -C _build
    ninja -C _build install
2022-06-16 23:30:28 +02:00
.github Update issue templates 2022-06-06 15:00:24 +02:00
assets Added default background as a PNG 2022-04-10 14:32:18 +02:00
aur Update PKGBUILD-git 2022-06-06 15:07:48 -07:00
docs Mention source in issue guidelines 2022-06-07 20:11:05 +02:00
example Added meson buildfiles 2022-06-16 23:30:28 +02:00
hyprctl Added meson buildfiles 2022-06-16 23:30:28 +02:00
nix nix: replace paths dynamically 2022-06-02 19:10:56 +03:00
protocols Added meson buildfiles 2022-06-16 23:30:28 +02:00
src Added meson buildfiles 2022-06-16 23:30:28 +02:00
subprojects Added meson buildfiles 2022-06-16 23:30:28 +02:00
.gitattributes Initial commit 2022-03-16 20:49:02 +01:00
.gitignore ignore .tar.gz 2022-05-29 22:01:16 +02:00
.gitmodules Added meson buildfiles 2022-06-16 23:30:28 +02:00
CMakeLists.txt Added meson buildfiles 2022-06-16 23:30:28 +02:00
config.mk Initial Commit 2022-03-16 20:50:55 +01:00
flake.lock [gha] bump flake inputs 2022-06-08 12:43:34 +00:00
flake.nix Fix error: attribute 'lastModifiedDate' missing 2022-06-06 10:20:56 +01:00
LICENSE Added a license 2022-03-20 18:04:36 +01:00
Makefile Added meson buildfiles 2022-06-16 23:30:28 +02:00
meson_options.txt Added meson buildfiles 2022-06-16 23:30:28 +02:00
meson.build Added meson buildfiles 2022-06-16 23:30:28 +02:00
README.md update contrib link in readme 2022-06-13 21:30:01 +01:00

Banner


Badge Workflow Badge License Badge Lines Badge Language Badge Pull Requests Badge Issues Badge Hi Mom
Badge Discord


Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.

For Hyprland without the land part, see Hypr, the Xorg window manager.

Please note, especially for folks moving from Hypr, that Hyprland and Hypr share a very different feature set and are not 1:1 experiences.



Install

Quick Start

Configure

Contribute



Notice

Hyprland is still in pretty early development compared to some other Wayland compositors.

Although Hyprland is pretty stable, it may have some bugs.

Help Wanted

Hyprland needs testers!
Try it out and report bugs / suggestions!

Features

  • Easily expandable and readable codebase
  • Config reloaded instantly upon saving
  • Custom bezier curve based animations
  • wlr_ext workspaces protocol support
  • Dual Kawase blur
  • Fully dynamic workspaces
  • Closely follows wlroots-git
  • Bundled wlroots
  • Window/layer fade in/out
  • Tiling/pseudotiling/floating/fullscreen windows
  • Switching workspaces between window modes on the fly
  • Special workspace (scratchpad)
  • Window/monitor rules
  • Socket-based IPC
  • Event system for bash scripts
  • Rounded corners
  • Full damage tracking
  • Docks support
  • Drawing tablet support


Gallery


Preview A


Preview B


Preview C



Stars Over Time


Stars Preview



Special Thanks


wlroots - For their amazing library

tinywl - For showing how 2 do stuff

Sway - For showing how 2 do stuff the overkill way

Vivarium - For showing how 2 do stuff the simple way

dwl - For showing how 2 do stuff the hacky way

Wayfire - For showing how 2 do some graphics stuff