-
-
Notifications
You must be signed in to change notification settings - Fork 96
Per provider configuration #710
Description
Describe the feature
When the menu is launched using netcat, there is no way to set any options for it. Therefore, in order to disable action hints, you need to hide them for all providers in the configuration file. However, there are menus where you would like to keep the hints. It would be convenient to have the ability to customize this behavior for individual providers.
Alternatives
Alternatively, you can add options like -N, but doing the opposite.
Describe the behaviour
Let's say we wrote something like this in walker/config.toml:

or:

After that, when opening desktopapplications, the hints would not be displayed, but they would remain in other providers.
If we consider an alternative, we would use something like walker -Zm menus:wallpaper and the menu would ignore hide_action_hints = true from the config file.