|
44 | 44 | | [Fuzzel](https://codeberg.org/dnkl/fuzzel) | ✅ | ✅ | XDG icons supported since v1.13.0 | |
45 | 45 | | [Rofi](https://github.com/davatorium/rofi) | ✅ | 🔄 | XDG icon support pending via [PR #2122](https://github.com/davatorium/rofi/pull/2122) | |
46 | 46 | | [dmenu](https://tools.suckless.org/dmenu) | ✅ | ❌ | No XDG icon support | |
| 47 | +| [bemenu](https://github.com/Cloudef/bemenu)| ✅ | ❌ | No XDG icon support | |
47 | 48 | | Custom (stdin) | ✅ | ❔ | Depends on launcher implementation | |
48 | 49 |
|
49 | 50 | > [!TIP] |
@@ -146,14 +147,14 @@ bzmenu -l custom --launcher-command "fuzzel -d --placeholder '{hint}'" |
146 | 147 |
|
147 | 148 | ### Available Options |
148 | 149 |
|
149 | | -| Flag | Description | Supported Values | Default Value | |
150 | | -| -------------------- | --------------------------------------------------------- | ----------------------------------- | ------------- | |
151 | | -| `-l`, `--launcher` | Specify the launcher to use (**required**). | `dmenu`, `rofi`, `fuzzel`, `custom` | `None` | |
152 | | -| `--launcher-command` | Specify the command to use when `custom` launcher is set. | Any valid shell command | `None` | |
153 | | -| `-i`, `--icon` | Specify the icon type to use. | `font`, `xdg` | `font` | |
154 | | -| `-s`, `--spaces` | Specify icon to text space count (font icons only). | Any positive integer | `1` | |
155 | | -| `--scan-duration` | Specify the duration of device discovery in seconds. | Any positive integer | `10` | |
156 | | -| `--back-on-escape` | Return to previous menu on escape. | N/A | `false` | |
| 150 | +| Flag | Description | Supported Values | Default Value | |
| 151 | +| -------------------- | --------------------------------------------------------- | --------------------------------------------- | ------------- | |
| 152 | +| `-l`, `--launcher` | Specify the launcher to use (**required**). | `dmenu`, `rofi`, `fuzzel`, `bemenu`, `custom` | `None` | |
| 153 | +| `--launcher-command` | Specify the command to use when `custom` launcher is set. | Any valid shell command | `None` | |
| 154 | +| `-i`, `--icon` | Specify the icon type to use. | `font`, `xdg` | `font` | |
| 155 | +| `-s`, `--spaces` | Specify icon to text space count (font icons only). | Any positive integer | `1` | |
| 156 | +| `--scan-duration` | Specify the duration of device discovery in seconds. | Any positive integer | `10` | |
| 157 | +| `--back-on-escape` | Return to previous menu on escape. | N/A | `false` | |
157 | 158 |
|
158 | 159 | ## Contributing |
159 | 160 |
|
|
0 commit comments