diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md index 44b7aaf8e..8c13c0d44 100644 --- a/pages/linux/rofi.md +++ b/pages/linux/rofi.md @@ -1,6 +1,7 @@ # rofi > An application launcher and window switcher. +> More Information: . - Show the list of apps: @@ -13,3 +14,7 @@ - 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`