A read-only mirror of https://github.com/hyprwm/Hyprland
Find a file
Grigory Vasilyev dd3b6e1bf0
Fix float windows
- Add parameter general:float_min_crop for support minimal size window
   cropping for windows that cannot transition to float.
 - Add parameter general:float_center_screen to control spawn new float windows.
   1 - New float windows spawn in center screen.
   0 - Сonsider the trimming at the top and bottom to calculate the center of the screen.
   For example, consider the size of the waybar.
 - Fix float windows
 - Fix togglefloat
 - Fix windows that start float and then go into a normal window, aka
   program launchers. Example: Blizzard battle.net client.
   The bug render full-screen programs partially behind the screen.
   Now the xwayland games launch normally.
 - Code cleanup and refactoring.
 - Replaced vec() with goalv() in logic other than animation,
   it seemed to me more correct because goalv() is used in many places.
   Not sure if this is correct.
2023-12-02 06:12:06 +03:00
.github build: remove nv patches (#3957) 2023-11-26 02:58:57 +00:00
assets internal: Add GTK portal as fallback (#3469) 2023-10-02 10:51:15 +01:00
docs [gha] build man pages 2023-06-03 09:11:37 +00:00
example config: fix red warn in default config 2023-11-22 23:38:14 +00:00
hyprctl makefile: Add CXXFLAGS to hyprlctl's Makefile (#3913) 2023-11-22 11:02:36 +00:00
nix nix: override libdrm to use newer version (#4003) 2023-11-30 11:40:14 +00:00
protocols renderer: Tearing implementation (#3441) 2023-09-28 21:48:33 +01:00
scripts build: Unbreak Meson build on FreeBSD (#3549) 2023-10-11 19:38:34 +01:00
src Fix float windows 2023-12-02 06:12:06 +03:00
subprojects [gha] Nix: update wlroots 2023-11-30 18:53:34 +00:00
.clang-format touch up the clang format and format all files 2022-12-20 02:18:47 +00:00
.gitattributes Initial commit 2022-03-16 20:49:02 +01:00
.gitignore internal: better versioning (#3543) 2023-10-10 20:21:57 +01:00
.gitmodules Debug: add tracy 2023-07-20 17:47:49 +02:00
CMakeLists.txt renderer: nvidia checks and use glFinish on nvidia 2023-11-25 17:45:08 +00:00
CODE_OF_CONDUCT.md doc: Add a CoC (#3366) 2023-09-20 19:38:44 +01:00
flake.lock [gha] Nix: update wlroots 2023-11-30 18:53:34 +00:00
flake.nix [gha] Nix: update wlroots 2023-11-30 18:53:34 +00:00
hyprland.pc.in Prefer bundled wlroots headers to system ones (#2204) 2023-05-01 13:42:16 +01:00
LICENSE update license on main branch (#1604) 2023-02-21 19:01:40 +00:00
Makefile makefile: update wlroots sover 2023-11-24 13:08:58 +00:00
meson.build meson: generate version.h before install_headers (#3612) 2023-10-19 00:09:06 +01:00
meson_options.txt Fix nix build options 2023-03-27 11:00:37 +03:00
props.json props: bump ver to 0.32.3 2023-11-11 18:14:46 +00:00
README.md README: update showcase 2023-11-14 20:08:00 +00:00

banner

Badge Workflow Badge License 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.

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 wlr-based 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
  • Much more QoL stuff than other wlr-based compositors
  • Custom bezier curves for the best animations
  • Powerful plugin support
  • Tearing support for better gaming performance
  • Easily expandable and readable codebase
  • Fast and active development
  • Not scared to provide bleeding-edge features
  • Config reloaded instantly upon saving
  • Fully dynamic workspaces
  • Two built-in layouts and more available as plugins
  • Closely follows wlroots-git
  • 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 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