From a3ca79bd27f6825cd630dd69d64f5e0b156e82e9 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:54:52 -0500 Subject: [PATCH] edit readme --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 26fc2b6..1639794 100644 --- a/readme.md +++ b/readme.md @@ -69,12 +69,13 @@ just run `startx` - Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just kill and restart it, it'll pick up where it left off - Less can block entering sudo password for an update, same workaround as above -- Xorg may hang on a black screen after a fresh install hiding a sudo password prompt behind it. Ctrl + Alt + -Backspace to kill Xorg and then do something like `sudo echo hey && startx` or hop to another tty and `killall Xorg` -as a workaround +- Xorg may hang on a black screen after a fresh install hiding a sudo password prompt behind it. Hop to another +tty and `killall Xorg` to kill Xorg and then do something like `sudo echo hey && startx` as a workaround. I don't +want to force a display manager - Redshift is hard coded to New England because geolocating had an error and I was lazy ## Future: +- Move stuff from startx/xinitrc to awesome rc to be less intrusive on existing systems - More granular installer - Support more distros - Add color to setup cause why not?