1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/rofi.md
2018-01-15 09:12:58 +05:30

15 lines
200 B
Markdown

# rofi
> An application launcher and window switcher.
- Show the list of apps:
`rofi -show drun`
- Show the list of all commands:
`rofi -show run`
- Switch between windows:
`rofi -show window`