summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-06-26Add --late-keyboard-init option.Phil Jones
2022-06-26Add generated markdown manpages.Phil Jones
2022-06-26Add default theme screenshot and fix typo.Phil Jones
2022-06-25Add example themes and allow # in colors.Phil Jones
2022-06-25Add manpages.Phil Jones
2021-11-06Start conversion to tofi.Phil Jones
2021-11-03Add missing -T option to manpage and usage string.Phil Jones
2021-11-03Don't use Pango by default.Phil Jones
Initialising Pango makes up a large portion of the startup time, and we can achieve neater rendering with pure Cairo if we're just drawing circles anyway. Therefore, this commit avoids loading Pango if no options which require it are specified (such as --font-name or --password-character). This reduces startup time with no background image to ~40ms on my machine (2015 MacBook Pro).
2021-11-02Add option to hide the cursor.Phil Jones
2021-11-01Change default password character to full-stop.Phil Jones
2021-11-01Add bash completion.Phil Jones
2021-11-01Add manpage and usage help.Phil Jones