A read-only mirror of https://github.com/hyprwm/Hyprland
Find a file
Lucas Ritzdorf b62ab4b578
cmake,meson: fix inclusion of GPG info in Git commit info (#12302)
This manifested for me as a failure to build plugins with `hyprpm`, but
the root cause was GPG data getting incorporated into `src/version.h`,
like so:

```c
#define GIT_COMMIT_MESSAGE "gpg: Signature made Sun 09 Nov 2025 03:31:36 PM PST
gpg:                using EDDSA key E26A4A2AB9676F54149F8EAA665806380871D640
gpg: Can't check signature: No public key
version: bump to 0.52.1"
```

This affected both `GIT_COMMIT_MESSAGE` and `GIT_COMMIT_DATE`, since
those are generated via `git show` (which can generate that extra GPG
info if the user's personal Git config sets `log.showSignature`).

See: https://github.com/hyprwm/Hyprland/discussions/12282
2025-11-15 19:23:19 +00:00
.github CI/release: populate git info (#12247) 2025-11-09 20:50:56 +00:00
assets assets: update header 2025-06-06 15:14:17 +02:00
docs [gha] build man pages 2025-06-19 22:49:42 +00:00
example input: Add fully configurable trackpad gestures (#11490) 2025-08-28 11:20:29 +02:00
hyprctl hyprctl: add getprop (#11394) 2025-08-18 16:41:17 +01:00
hyprpm hyprpm: make temp root if not present 2025-09-18 13:25:04 +01:00
hyprtester layout: include reserved area in float fit (#12289) 2025-11-13 00:08:04 +00:00
nix core: qtutils -> guiutils (#12231) 2025-11-07 15:48:13 +00:00
protocols protocols: add Fifo-v1 and commit-timing-v1 (#12052) 2025-11-06 13:25:49 +00:00
scripts build: replace generateVersion.sh (#12110) 2025-10-23 20:50:32 +01:00
src internal: fix crash at startup on FreeBSD (#12298) 2025-11-13 22:06:34 +00:00
subprojects protocols: add Hyprland toplevel mapping implementation (#9775) 2025-04-24 18:10:57 +02:00
systemd hyprland-uwsm.desktop: Add TryExec 2025-05-25 14:55:33 +03:00
.clang-format touch up the clang format and format all files 2022-12-20 02:18:47 +00:00
.clang-format-ignore style/ci: apply clang-format and verify it in ci (#4039) 2023-12-06 22:54:56 +00:00
.clang-tidy internal: fix clang-tidy "errors" (#11862) 2025-09-29 13:10:15 +01:00
.gitattributes Initial commit 2022-03-16 20:49:02 +01:00
.gitignore renderer/opengl: Extract shaders from source (#9600) 2025-03-29 01:19:35 +01:00
.gitmodules Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
CMakeLists.txt cmake,meson: fix inclusion of GPG info in Git commit info (#12302) 2025-11-15 19:23:19 +00:00
CODE_OF_CONDUCT.md doc: Add a CoC (#3366) 2023-09-20 19:38:44 +01:00
flake.lock flake.nix: update guiutils and override hw-s 2025-11-10 08:15:26 +02:00
flake.nix flake.nix: update guiutils and override hw-s 2025-11-10 08:15:26 +02:00
hyprland.pc.in Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
LICENSE LICENSE: Update year (#11301) 2025-08-01 11:17:46 +02:00
Makefile hyprctl: include color management presets and sdr information (#12019) 2025-10-24 20:18:39 +01:00
meson.build cmake,meson: fix inclusion of GPG info in Git commit info (#12302) 2025-11-15 19:23:19 +00:00
meson_options.txt core: drop the legacy renderer (#10408) 2025-05-15 10:13:24 +01:00
README.md README: add link to CI from badge (#11085) 2025-07-18 21:13:56 +03:00
SECURITY.md SECURITY: init security policy 2025-04-27 00:07:00 +02:00
VERSION version: bump to 0.52.0 2025-11-07 16:39:26 +00:00

banner

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


Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

It provides the latest Wayland features, is highly customizable, has all the eyecandy, the most powerful plugins, easy IPC, much more QoL stuff than other compositors and more...



Install

Quick Start

Configure

Contribute



Features

  • All of the eyecandy: gradient borders, blur, animations, shadows and much more
  • A lot of customization
  • 100% independent, no wlroots, no libweston, no kwin, no mutter.
  • Custom bezier curves for the best animations
  • Powerful plugin support
  • Built-in plugin manager
  • Tearing support for better gaming performance
  • Easily expandable and readable codebase
  • Fast and active development
  • Not afraid to provide bleeding-edge features
  • Config reloaded instantly upon saving
  • Fully dynamic workspaces
  • Two built-in layouts and more available as plugins
  • Global keybinds passed to your apps of choice
  • Tiling/pseudotiling/floating/fullscreen windows
  • Special workspaces (scratchpads)
  • Window groups (tabbed mode)
  • Powerful window/monitor/layer rules
  • Socket-based IPC
  • Native IME and Input Panels Support
  • and much more...


Gallery


Preview A


Preview B


Preview C



Special Thanks


wlroots - For powering Hyprland in the past

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