From f7d767d2747c7b411027a4e7a1ac787e13a57fef Mon Sep 17 00:00:00 2001 From: OSVidYapan Date: Mon, 16 Mar 2026 20:15:17 +0100 Subject: [PATCH] Fixing probably last issues of the readme Sorry i have tabbed Alt+Gr instead of Shift Also that space was unnecessary i just failed to spot it..... --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index beecb2b..5bfd089 100644 --- a/readme.md +++ b/readme.md @@ -60,11 +60,11 @@ Every environment that works on other login managers also should work on Ly. - Unlike most login managers Ly has xinitrc entry and it also supports shell. -- If you installed your favorite environment and you don't see it, that’s because Ly doesn't automatically refresh itself. To fix this you should restart Ly service (depends on your init system) or the easy way is to reboot your system. +- If you installed your favorite environment and you don't see it, that's because Ly doesn't automatically refresh itself. To fix this you should restart Ly service (depends on your init system) or the easy way is to reboot your system. - If your environment is still missing then check at `/usr/share/xsessions` or `/usr/share/wayland-sessions` to see if a .desktop file is present. -- If there isn’t a .desktop file then create a new one that launches your favorite environment in those directories depending on if its Xorg or Wayland session. +- If there isn't a .desktop file then create a new one that launches your favorite environment in those directories depending on if its Xorg or Wayland session. - If only Xorg sessions doesn't work then check if your distro compiles Ly with Xorg support as it can be compiled with Xorg support disabled. @@ -187,7 +187,7 @@ To disable TTY 2, go to `/etc/inittab` and comment out the line containing `tty2 ### FreeBSD ``` -# zig build installexe -Dprefix_directory=/usr/local -Dconfig_directory=/usr/local/etc -Dinit_system=freebsd +# zig build installexe -Dprefix_directory=/usr/local -Dconfig_directory=/usr/local/etc -Dinit_system=freebsd # sysrc lightdm_enable="NO" ```