From c6c76be8f964493cbd67c30af8f684be6d03d27c Mon Sep 17 00:00:00 2001 From: jwihardi <84292598+jwihardi@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:54:19 -0400 Subject: [PATCH] Fix formatting in README.md for clarity --- dist-gentoo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-gentoo/README.md b/dist-gentoo/README.md index f96fb5cb0..99d8529af 100644 --- a/dist-gentoo/README.md +++ b/dist-gentoo/README.md @@ -30,7 +30,7 @@ Note: - 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 -- elogind is expected to be installed and run as a service on OpenRC to set _$XDG_RUNTIME_DIR_ +- elogind is expected to be installed and run as a service on OpenRC to set ```XDG_RUNTIME_DIR``` - NOT recommended: seatd will require more manual setup - pipewire, pipewire-pulse, and wireplumber must be started after a dbus-session is created and before Hyprland is launched. @@ -54,4 +54,4 @@ end ## Known Issues - ```Hyprland: error while loading shared libraries: libhyprgraphics.so.0: cannot open shared object file: No such file or directory``` - - The Hyprland live ebuild sometimes has linkage issues, deleting _Hyprland_ and _hyprland_ from _/usr/bin/_ and then re-emerging usually fixes this. + - The Hyprland live ebuild sometimes has linkage issues, deleting _Hyprland_ and _hyprland_ from ```/usr/bin/``` and then re-emerging usually fixes this.