You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added include option, allowing config files to include other files.
Added hide-input and hidden-character options for sensitive input.
Added exclusive-zone option, to control interaction with menu bars etc.
Added terminal option to allow tofi-drun to launch terminal apps.
Added a couple of extra keybindings.
Changed
Searching is now Unicode aware, so case-insensitive matching of non-Latin
characters should work.
Fuzzy matching will now use a simpler algorithm when matching lines more than
100 characters in length to avoid slowdowns.
By default, tofi will now refuse to start if another instance is already
running, preventing accidental double launches. This can be changed with the multi-instance option.
Tofi will now show up on top of fullscreen windows.
Fixed
Keyboard shortcuts are now bound to physical keys rather than characters, so
should not change places when changing keyboard layouts.
Fix crash when attempting to change the selection while no results are
displayed.
Fixed a rare issue where input could become out of sync with the display.