Backport: Fix documentation issue about DOOM animation

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-07-26 19:34:46 +02:00
parent 8e534c7bcd
commit 391104cf34
No known key found for this signature in database
GPG Key ID: 3E85EB44F610AD7F
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ then you have to disable getty, so it doesn't respawn on top of ly
# ln -s /etc/sv/ly /var/service/
```
By default, ly will run on tty2. To change the tty it must be set in `/etc/ly/config.ini`
By default, ly will run on tty2. To change the tty it must be set in `/etc/ly/config.ini`
You should as well disable your existing display manager service if needed, e.g.:
@ -196,7 +196,7 @@ Take a look at your .xsession if X doesn't start, as it can interfere
## PSX DOOM fire animation
To enable the famous PSX DOOM fire described by [Fabien Sanglard](http://fabiensanglard.net/doom_fire_psx/index.html),
just uncomment `animate = true` in `/etc/ly/config.ini`. You may also
just set `animation = doom` in `/etc/ly/config.ini`. You may also
disable the main box borders with `hide_borders = true`.
## Additional Information