diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-04 18:40:46 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-04 18:40:46 +0000 |
commit | c28c5249c4d3ba7076e2c6ea598e3ad93a168301 (patch) | |
tree | cae39eee8a2a20a2b7f8fd8919dce17794437e96 /README.md | |
parent | 4caf09d20a9038d2a83349ad0f3e97cfa28ae979 (diff) |
Add note on speed to README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ An extremely simple raw Wayland greeter for  +The aim is to do just what I want it to as quick as possible. On a 2015 Macbook +Pro, with no background image or font options, startup takes ~35ms. On a +Raspberry Pi Zero 2, it takes ~500ms, mostly waiting for EGL / OpenGL to +initialise. + ## Usage Follow the same steps as for e.g. gtkgreet in the [greetd |