0.4.0
Warning - update your configs
In the previous release, the drun-print-exec
option was added to enable fixed
tofi-drun
behaviour. This release changes this to be the default, as this is
how it should have been done from the start. Consequently, the
drun-print-exec
option is now obsolete, and may be removed in the future, so
you can safely delete it from your configs.
Added
- A full example config file is included in
doc/config
, and is installed to
/etc/xdg/tofi/config
- Added
selection-padding
option, to make the selected item background wider. - Added
selection-match-color
option, to highlight the matching portion of
the selected result. - Added key-repeat.
- Added result pagination.
Removed
tofi-compgen
is no longer installed, as it's really just a debugging
utility and not needed.
Changed
drun-print-exec
is now always set to true, and the option is deprecated.- The
output
andlate-keyboard-init
options are no longer command-line
only, and so can be specified in the config file.
Fixed
- Fixed slanted fonts being cut off if they extend back towards the prompt.
- The selection background now correctly wraps slanted fonts.
- Enable compilation with some older Wayland versions (specifically that found
on Ubuntu 20.04).