diff --git a/README.md b/README.md index 6feac6d..1771756 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,23 @@ Aporia supports basics keybinds. - Enter: Confirm - Tab: Next Line +- F11: Shutdown +- F12: Reboot ## FAQ
How do I make the font size in my TTY smaller?
-Edit the `FONTSIZE` variable in `/etc/default/console-setup`. I use fontzie -`16x12` on my 1920x1080 computer. +You can edit the `FONTSIZE` variable in `/etc/default/console-setup`. Alternitively, +run the command `sudo dpkg-reconfigure console-setup`. This will allow you to safely change the +font and all font sizes available on your computer. +
Why does my ascii art show up as diamonds?
-The `terminus` font does not support certain braille characters. Using a different ascii art generator will likely +Some terminal fonts do not support certain braille characters. Using a different ascii art generator will likely fix your problem.