mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-07 16:35:59 +01:00
updated the build instructions to include the AUR package
This commit is contained in:
parent
b7efa0522a
commit
090b50654f
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -30,6 +30,19 @@ Hypr needs testers! Check it out and report suggestions or bugs!
|
|||
- Moving / Fullscreening windows
|
||||
- Mostly EWMH and ICCCM compliant
|
||||
|
||||
# Installation
|
||||
I do not maintain any packages, but some kind people have made them for me. If I missed any, please let me know.
|
||||
|
||||
*Arch (AUR)*
|
||||
```
|
||||
yay -S Hypr
|
||||
```
|
||||
|
||||
## Manual building
|
||||
If your distro doesn't have Hypr in its' repositories, or you want to modify hypr,
|
||||
|
||||
see the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build and installation instructions.
|
||||
|
||||
# Configuring
|
||||
See the [Wiki Page](https://github.com/vaxerski/Hypr/wiki/Configuring-Hypr) for a detailed overview on the config, or refer to the example config in examples/hypr.conf.
|
||||
|
||||
|
@ -41,9 +54,6 @@ You have to use a config, place it in ~/.config/hypr/hypr.conf
|
|||
![Two](https://i.imgur.com/B0MDTu2.png)
|
||||
![Three](https://i.imgur.com/yvZVde7.png)
|
||||
|
||||
# Building
|
||||
See the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build instructions.
|
||||
|
||||
# Known issues
|
||||
- Picom's shadow and effects do not update for cheap animations while animating
|
||||
- Non-cheap animations are choppy (duh!)
|
||||
|
|
Loading…
Reference in a new issue