Pre-checks
Do similar tools already implement this feature?
rofi does
Describe your feature request
I'm the author of rofi-rbw, which supports many dmenu-style launchers. With rofi, it's possible to pass custom key bindings to the launcher that make sense for rofi-rbw.
Currently, fuzzel can do custom key bindings, but they are only configurable via the config file. But I neither want the user to define sensible key bindings globally, nor do I want to automatically create a config file for them. It'd be perfect if I could pass key bindings via parameters for just this one call.
### Pre-checks
- [x] The [fuzzel.ini](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.ini.5.scd)
and [fuzzel](https://codeberg.org/dnkl/fuzzel/src/branch/master/doc/fuzzel.1.scd) man pages.
- [x] [Changelog](https://codeberg.org/dnkl/fuzzel/src/branch/master/CHANGELOG.md#unreleased)
of newer and unreleased features
### Do similar tools already implement this feature?
`rofi` does
### Describe your feature request
I'm the author of [rofi-rbw](https://github.com/fdw/rofi-rbw), which supports many dmenu-style launchers. With `rofi`, it's possible to pass custom key bindings to the launcher that make sense for `rofi-rbw`.
Currently, `fuzzel` can do custom key bindings, but they are only configurable via the config file. But I neither want the user to define sensible key bindings globally, nor do I want to automatically create a config file for them. It'd be perfect if I could pass key bindings via parameters for just this one call.