2024-09-06 20:29:56 +03:00
|
|
|
# wofi
|
|
|
|
|
|
|
|
> An application launcher for wlroots-based Wayland compositors, similar to `rofi` and `dmenu`.
|
2025-05-10 20:10:58 +03:00
|
|
|
> More information: <https://manned.org/wofi>.
|
2024-09-06 20:29:56 +03:00
|
|
|
|
|
|
|
- Show the list of apps:
|
|
|
|
|
2025-05-10 20:10:58 +03:00
|
|
|
`wofi {{[-S|--show]}} drun`
|
2024-09-06 20:29:56 +03:00
|
|
|
|
|
|
|
- Show the list of all commands:
|
|
|
|
|
2025-05-10 20:10:58 +03:00
|
|
|
`wofi {{[-S|--show]}} run`
|
2024-09-06 20:29:56 +03:00
|
|
|
|
|
|
|
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
|
|
|
|
|
2025-05-10 20:10:58 +03:00
|
|
|
`printf "{{Choice1\nChoice2\nChoice3}}" | wofi {{[-d|--dmenu]}}`
|