From 8e1249b11dbdc94a6027b6b7c8db2bc7d2fd9132 Mon Sep 17 00:00:00 2001 From: Caden Jamason Date: Tue, 23 Aug 2022 21:21:15 -0700 Subject: [PATCH 1/3] Small grammatical changes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebe194..22f47d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # 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 + Feel free to open an issue or a PR. Make sure to clearly state the reason for the change. From 925e7587cb090305d62a98f28cb95ee67a2ecfa6 Mon Sep 17 00:00:00 2001 From: Caden Jamason Date: Tue, 23 Aug 2022 21:39:45 -0700 Subject: [PATCH 2/3] Added links for lazy people --- pages/Home.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/Home.md b/pages/Home.md index 376d2b4..dcbf9aa 100644 --- a/pages/Home.md +++ b/pages/Home.md @@ -6,6 +6,8 @@ Take a tour of the pages on the left and read ones that you may need. ## IMPORTANT -if you are having issues, please try reading the FAQ section and both -configuring sections. Chances are your issue is described somewhere there. If -not, you can try searching the issues or joining the [Discord Server](https://discord.gg/hQ9XvMUjjr). +If you are having issues, please try +[reading the FAQ section](https://wiki.hyprland.org/FAQ/) and both configuring +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). From bf8314f8bd753759170344d3c90f471a847ec937 Mon Sep 17 00:00:00 2001 From: Caden Jamason Date: Tue, 23 Aug 2022 21:41:31 -0700 Subject: [PATCH 3/3] Added a better reason to foreword --- pages/Getting Started/Installation.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 9c77310..f7db4a1 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -1,9 +1,9 @@ # Foreword -Nvidia GPUs are widely known as... yeah. If you want to try Hyprland on Nvidia -regardless (many people have reported successes), follow the -[Nvidia page](../../Nvidia) after installing -Hyprland. +Due to their proprietary nature, Nvidia GPUs have limited compatibility with +Hyprland. If you want to try Hyprland on Nvidia regardless +(many people have reported successes), follow the [Nvidia page](../../Nvidia) +after installing Hyprland. ### Distros @@ -21,7 +21,7 @@ provider (if they provide pkgs for Hyprland) or you install/build it yourself. This project is under development and is constantly changing. If you want to keep up to date with the latest commits, please consider updating your packages with `yay -Syu --devel`, or your other preferred -package manager. +package manager. {{< /hint >}} ## Packages @@ -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. ```sh -$ opi hyprland +opi hyprland ``` 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" >}}{{< /tab >}} {{< tab "Gentoo" >}} The hyprland package is available in the [wayland-desktop](https://github.com/bsd-ac/wayland-desktop) overlay. + ```sh -$ eselect repository enable wayland-desktop -$ emerge --ask --verbose hyprland +eselect repository enable wayland-desktop +emerge --ask --verbose hyprland ``` + {{}} {{< /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 ``` -_please note the legacy renderer may not support some graphical features._ +*please note the legacy renderer may not support some graphical features.*

Any other config: (replace \[PRESET\] with your preset, `release` `debug` `legacyrenderer` `legacyrendererdebug`)