2025-03-14 21:59:59 -06:00
|
|
|
# rofi
|
|
|
|
|
|
|
|
|
|
> An application launcher and window switcher.
|
2025-06-28 19:25:29 -06:00
|
|
|
> More information: <https://github.com/davatorium/rofi#manpage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the list of apps:
|
|
|
|
|
|
|
|
|
|
`rofi -show drun`
|
|
|
|
|
|
|
|
|
|
- Show the list of all commands:
|
|
|
|
|
|
|
|
|
|
`rofi -show run`
|
|
|
|
|
|
|
|
|
|
- Switch between windows:
|
|
|
|
|
|
|
|
|
|
`rofi -show window`
|
|
|
|
|
|
|
|
|
|
- Pipe a list of items to `stdin` and print the selected item to `stdout`:
|
|
|
|
|
|
|
|
|
|
`printf "{{Choice1\nChoice2\nChoice3}}" | rofi -dmenu`
|