summaryrefslogtreecommitdiff
path: root/doc/tofi.1.scd
AgeCommit message (Collapse)Author
2022-07-24Add drun mode.Phil Jones
This is a pretty simple implementation, but it should work for most use cases. Notably, generic application names aren't used (though that could be added without too much hassle), and neither are keywords (that would be more difficult).
2022-06-29Add Ctrl-j and Ctrl-k keybindings.Phil Jones
2022-06-28Select next result on Tab.Phil Jones
2022-06-26Fix multiple output handling.Phil Jones
The --output option can be passed to select a specific output to appear on. Which output is chosen otherwise is currently random, as I don't know yet how to determine which one the user's currently on.
2022-06-26Add --late-keyboard-init option.Phil Jones
2022-06-26Add default theme screenshot and fix typo.Phil Jones
2022-06-25Add manpages.Phil Jones
2021-11-06Start conversion to tofi.Phil Jones