l4l/yofi

blacklist

ruizlenato opened this issue · 2 comments

I saw that yofi has a blacklist, but how does it work, how do I add applications/.desktop to it?

l4l commented

Added a wiki page for that: https://github.com/l4l/yofi/wiki/Configuration#entries-blacklisting

TLDR:

  1. Find the desktop filename for an unwanted app. E.g.: grep 'Name=<name-of-the-app>' /usr/share/applications/**/**.
  2. Put this filename to the $HOME/.config/yofi/blacklist (1 line - 1 blacklisted entry).

Hope that helps

l4l commented

For your file you missed .desktop suffix.