mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
Merge pull request #12 from lutrine/main
Improve formatting and include more details
This commit is contained in:
commit
d8f8128a2f
3 changed files with 19 additions and 13 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Hyprland Wiki
|
# Hyprland Wiki
|
||||||
|
|
||||||
Welcome to the Hyprland Wiki. Here we store the Wiki Pages. Those are automatically updated on the website whenever a change occurs, within a reasonable timeframe. (usually 1 - 2 minutes)
|
Welcome to the Hyprland Wiki! Here we store the wiki pages. They are automatically updated on the
|
||||||
|
website whenever a change occurs, within a reasonable timeframe. (usually 1–2 minutes)
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Feel free to open an issue or a PR. Make sure to clearly state the reason for the change.
|
Feel free to open an issue or a PR. Make sure to clearly state the reason for the change.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Foreword
|
# Foreword
|
||||||
|
|
||||||
Nvidia GPUs are widely known as... yeah. If you want to try Hyprland on Nvidia
|
Due to their proprietary nature, Nvidia GPUs have limited compatibility with
|
||||||
regardless (many people have reported successes), follow the
|
Hyprland. If you want to try Hyprland on Nvidia regardless
|
||||||
[Nvidia page](../../Nvidia) after installing
|
(many people have reported successes), follow the [Nvidia page](../../Nvidia)
|
||||||
Hyprland.
|
after installing Hyprland.
|
||||||
|
|
||||||
### Distros
|
### Distros
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ available in the [X11:Wayland](https://build.opensuse.org/project/show/X11:Wayla
|
||||||
To install them, follow the instructions at [software.opensuse.org/download.html?project=X11:Wayland&package=hyprland](https://software.opensuse.org//download.html?project=X11%3AWayland&package=hyprland) or use [OPI](https://github.com/openSUSE/opi) to install it.
|
To install them, follow the instructions at [software.opensuse.org/download.html?project=X11:Wayland&package=hyprland](https://software.opensuse.org//download.html?project=X11%3AWayland&package=hyprland) or use [OPI](https://github.com/openSUSE/opi) to install it.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ opi hyprland
|
opi hyprland
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can also follow the instructions under ["Manual (Manual Build)"](#manual-manual-build)
|
Alternatively, you can also follow the instructions under ["Manual (Manual Build)"](#manual-manual-build)
|
||||||
|
@ -61,10 +61,12 @@ Note: *Hyprland is not available for Leap, as most libraries (and compiler) that
|
||||||
{{< tab "Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
{{< tab "Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
||||||
{{< tab "Gentoo" >}}
|
{{< tab "Gentoo" >}}
|
||||||
The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay.
|
The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ eselect repository enable wayland-desktop
|
eselect repository enable wayland-desktop
|
||||||
$ emerge --ask --verbose hyprland
|
emerge --ask --verbose hyprland
|
||||||
```
|
```
|
||||||
|
|
||||||
{{</ tab >}}
|
{{</ tab >}}
|
||||||
|
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
@ -145,7 +147,7 @@ for legacy renderer:
|
||||||
sudo make clear && sudo make config && make legacyrenderer && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
|
sudo make clear && sudo make config && make legacyrenderer && sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
|
||||||
```
|
```
|
||||||
|
|
||||||
_please note the legacy renderer may not support some graphical features._
|
*please note the legacy renderer may not support some graphical features.*
|
||||||
<br/><br/> Any other config: (replace \[PRESET\] with your preset, `release`
|
<br/><br/> Any other config: (replace \[PRESET\] with your preset, `release`
|
||||||
`debug` `legacyrenderer` `legacyrendererdebug`)
|
`debug` `legacyrenderer` `legacyrendererdebug`)
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@ Take a tour of the pages on the left and read ones that you may need.
|
||||||
|
|
||||||
## IMPORTANT
|
## IMPORTANT
|
||||||
|
|
||||||
if you are having issues, please try reading the FAQ section and both
|
If you are having issues, please try
|
||||||
configuring sections. Chances are your issue is described somewhere there. If
|
[reading the FAQ section](https://wiki.hyprland.org/FAQ/) and both configuring
|
||||||
not, you can try searching the issues or joining the [Discord Server](https://discord.gg/hQ9XvMUjjr).
|
sections — chances are your issue is described somewhere there. If not, you
|
||||||
|
can try [searching the issues](https://github.com/hyprwm/Hyprland/issues) or
|
||||||
|
[joining the Discord server](https://discord.gg/hQ9XvMUjjr).
|
||||||
|
|
Loading…
Reference in a new issue