From 910638dd9089e1abc4d5519600cbe30f7eb7cb7c Mon Sep 17 00:00:00 2001 From: Saltaformajo Date: Tue, 30 Jan 2024 01:05:15 +0200 Subject: [PATCH] docs: move gentoo section in readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d8c0830..4b7c91d 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,6 @@ Add this line to your hyprland.conf exec-once = /usr/bin/hyprland-per-window-layout ``` -## Install on Gentoo - -Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayland-desktop#activate-overlay-via-eselect-repository), allow **~amd64** keyword and then install it: - -```bash -# emerge --ask gui-apps/hyprland-per-window-layout -``` - ## Configuration Optional, please read [configuration.md](configuration.md) for more details. @@ -58,6 +50,13 @@ Add this line to your hyprland.conf exec-once = ~/.cargo/bin/hyprland-per-window-layout ``` +## Install on Gentoo + +Activate wayland overlay as described in [README](https://github.com/bsd-ac/wayland-desktop#activate-overlay-via-eselect-repository), allow **~amd64** keyword and then install it: + +```bash +# emerge --ask gui-apps/hyprland-per-window-layout +``` ## Install from source