summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2022-09-13Update AUR link in README.Phil Jones
2022-09-08Add dark paper theme.Phil Jones
2022-08-21Version 0.5.0.Phil Jones
2022-08-09Add note about hugepages to the readme.Phil Jones
2022-08-09Improve performance for some themes.Phil Jones
When not highlighting matches or drawing a selection background box, we can skip a bunch of slow code to improve performance.
2022-08-04Improve pagination.Phil Jones
Pagination was broken in horizontal mode before, and in general tried to render too many results (leading to a cut-off last result). This commit fixes both of those, with the minor caveat that you can no longer scroll straight to the last result.
2022-08-03Make --drun-print-exec always be true.Phil Jones
The option is now deprecated, and a warning will be printed if it's used. It may be removed in a future version of tofi, so it should be removed from any configs now.
2022-07-27Fix window workspaces in drun mode.Phil Jones
Previously, tofi-drun would print the filename of the selected .desktop file to stdout. This could then be passed to `xargs swaymsg exec gio launch` to be executed. The problem is that this ends up defeating the purpose of passing the command to swaymsg exec, and the workspace the command was selected on may not be the one that it starts up on, if for example it takes a long time and the user switches workspaces in the meantime. The solution is to instead print the Exec= line from the .desktop file, and pass that directly to `xargs swaymsg exec --` for execution. To avoid too much breaking of configs for the few people who use tofi currently, this commit adds a new option, --drun-print-exec, to enable the fixed behaviour. A future release will change this to be the default, however.
2022-07-24Update readme with drun info.Phil Jones
2022-06-27Update license date and fix typo in readme.Phil Jones
2022-06-26Add --late-keyboard-init benchmarks to readme.Phil Jones
2022-06-26Update readme.Phil Jones
2021-11-06Start conversion to tofi.Phil Jones
2021-11-04Add note on speed to README.Phil Jones
2021-11-01Fix README.Phil Jones
2021-11-01Add manpage and usage help.Phil Jones
2021-11-01Update README.Phil Jones
2021-10-26Initial commit.Phil Jones