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.....
This commit is contained in:
OSVidYapan 2026-03-16 20:15:17 +01:00
commit f7d767d274

View file

@ -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, thats 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 isnt 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"
```