Forrest logo
back to context overview

rofi

List of commands for rofi:

  • rofi:tldr:4afb6 rofi: Switch between windows.
    $ rofi -show window
    try on your machine
    explain this command
  • rofi:tldr:70543 rofi: Show the list of apps.
    $ rofi -show drun
    try on your machine
    explain this command
  • rofi:tldr:78da2 rofi: Show the list of all commands.
    $ rofi -show run
    try on your machine
    explain this command
  • rofi:tldr:fb9e6 rofi: Pipe a list of items to `stdin` and print the selected item to `stdout`.
    $ printf "${Choice1\nChoice2\nChoice3}" | rofi -dmenu
    try on your machine
    explain this command
back to context overview