From d0e0716221ba0cddf322272d2a606460ed581a18 Mon Sep 17 00:00:00 2001 From: jwihardi <84292598+jwihardi@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:13:54 -0400 Subject: [PATCH] fixed typo --- dist-gentoo/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist-gentoo/README.md b/dist-gentoo/README.md index bc7a9cab2..9a48e1335 100644 --- a/dist-gentoo/README.md +++ b/dist-gentoo/README.md @@ -4,7 +4,7 @@ ## install-deps.sh 1. Enables localrepo and guru overlays if not already enabled. 2. Copies _keywords_ to _keywords-user_ and appends the correct unmask keywords for the user's architecture (adm64, arm64, and x86 are supported). -3. _keywords-user_ and _useflags_ are copies over into the proper portage directories. +3. _keywords-user_ and _useflags_ are copies over into the proper portage directories. Quickshell also uses a live ebuild. 4. Syncs, updates, and depcleans @world. 5. Copies over the custom live ebuilds (hyprgraphics, hyprland-qt-support, hyprland-qtutils, hyprlang, hyprwayland-scanner) into localrepo and digests them. 6. Loops through all illogical-impulse ebuilds to digest and emerge them. @@ -15,9 +15,10 @@ 3. _icons_, _konsole_, _hypr_, and _quickshell_ are are chowned to user since they're emerge in as root by default. 4. gsettings and kwriteconfig6 are set (same as dist-arch). -## Recommended use flaags (useflags) +## Recommended use flags (useflags) - Pipewire is used, alsa and pulseaudio are disabled (enabling them won't hurt). - Init system is not assumed or considered so disabling systemd should be done in make.conf, same with session managers (elogind is recommended). ## Making the dot-files work - pipewire, pipewire-pulse, and wireplumber must be started after a dbus-session is created and before Hyprland is launched. +