mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-16 03:03:40 +01:00
132 lines
No EOL
3.8 KiB
Markdown
132 lines
No EOL
3.8 KiB
Markdown
<p align="center">
|
|
|
|
![Banner]
|
|
|
|
<br/><br/>
|
|
|
|
![Badge Workflow]
|
|
[![Badge Discord]][Discord]
|
|
![Badge Issues]
|
|
![Badge Pull Requests]
|
|
![Badge Language]
|
|
![Badge License]
|
|
![Badge Lines]
|
|
![Badge Hi]
|
|
|
|
</p>
|
|
<br/><br/>
|
|
|
|
People asked me to make a discord server, so [join here!][Discord]
|
|
|
|
<br/><br/>
|
|
|
|
Hyprland is a Dynamic Tiling Wayland Compositor in early development stages.
|
|
For Hyprland without the land part, see [Hypr], the Xorg window manager.
|
|
|
|
|
|
Hyprland is in early dev, expect some bugs. However, once you get it working, it's pretty stable. :P
|
|
|
|
Hyprland needs testers! Try it out and report bugs or suggestions!
|
|
|
|
# Key features
|
|
- Parabolic window animations
|
|
- Config reloaded instantly upon saving
|
|
- Easily expandable and readable codebase
|
|
- Rounded corners
|
|
- Window blur
|
|
- Workspaces Protocol support
|
|
- Damage tracking (experimental)
|
|
- Fade in/out
|
|
- Support for docks/whatever
|
|
- Window rules
|
|
- Monitor rules
|
|
- Socket-based IPC
|
|
- Tiling/floating/fullscreen windows
|
|
- Moving/resizing windows
|
|
|
|
# Major to-dos
|
|
- Input Methods (wlr_input_method_v2)
|
|
- Animations (some new, like workspace)
|
|
- Fix electron rendering issues
|
|
- Optimization
|
|
- Fix weird scroll on XWayland (if possible)
|
|
- Become sane
|
|
- STABILITY
|
|
- More config options for tweakers
|
|
- Improve hyprctl
|
|
|
|
# Installation
|
|
I do not maintain any packages, but some kind people have made them for me. If I missed any, please let me know.
|
|
|
|
**Warning:** since I am not the maintainer, I cannot guarantee that those packages will always work and be up to date. Use at your own disclosure. If they don't, try building manually.
|
|
|
|
_Arch (AUR, -git)_
|
|
```
|
|
yay -S hyprland-git
|
|
```
|
|
## Manual building
|
|
If your distro doesn't have Hyprland in its repositories, or you want to modify Hyprland,
|
|
|
|
please refer to the [Wiki Page][Install] for the installation instructions.
|
|
<br/>
|
|
|
|
# Configuring
|
|
Head onto the [Wiki Page][Configure] to see more.
|
|
|
|
Hyprland without a config is a bad idea!
|
|
<br/>
|
|
|
|
# Contributions
|
|
Very welcome! see [Contributing.md][Contribute] for instuctions and guidelines!
|
|
<br/>
|
|
|
|
# Gallery
|
|
![Preview A]
|
|
![Preview B]
|
|
<br/>
|
|
|
|
# Stars over time
|
|
[![Stars Preview]][Stars]
|
|
|
|
# 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
|
|
|
|
|
|
<!----------------------------------------------------------------------------->
|
|
|
|
[Contribute]: https://github.com/vaxerski/Hyprland/blob/main/CONTRIBUTING.md
|
|
[Configure]: https://github.com/vaxerski/Hyprland/wiki/Configuring-Hyprland
|
|
[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
|
|
[Discord]: https://discord.gg/hQ9XvMUjjr
|
|
[Stars]: https://starchart.cc/vaxerski/Hyprland
|
|
[Hypr]: https://github.com/vaxerski/Hypr
|
|
|
|
|
|
<!----------------------------------{ Images }--------------------------------->
|
|
|
|
[Stars Preview]: https://starchart.cc/vaxerski/Hyprland.svg
|
|
[Preview A]: https://i.imgur.com/ZA4Fa8R.png
|
|
[Preview B]: https://i.imgur.com/BpXxM8H.png
|
|
[Banner]: https://raw.githubusercontent.com/vaxerski/Hyprland/main/assets/hyprland.png
|
|
|
|
|
|
<!----------------------------------{ Badges }--------------------------------->
|
|
|
|
[Badge Workflow]: https://github.com/vaxerski/Hyprland/actions/workflows/ci.yaml/badge.svg
|
|
[Badge Discord]: https://img.shields.io/badge/Join%20the-Discord%20server-6666ff
|
|
[Badge Issues]: https://img.shields.io/github/issues/vaxerski/Hyprland
|
|
[Badge Pull Requests]: https://img.shields.io/github/issues-pr/vaxerski/Hyprland
|
|
[Badge Language]: https://img.shields.io/github/languages/top/vaxerski/Hyprland
|
|
[Badge License]: https://img.shields.io/github/license/vaxerski/Hyprland
|
|
[Badge Lines]: https://img.shields.io/tokei/lines/github/vaxerski/Hyprland
|
|
[Badge Hi]: https://img.shields.io/badge/Hi-mom!-ff69b4 |