From 2a6189a5bfeab17bf58cb2d40f9ab58829e12053 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Thu, 29 Aug 2019 01:26:31 -0700 Subject: [PATCH] rofi: added dmenu option, added homepage (#3233) --- pages/linux/rofi.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md index 44b7aaf8e0..8c13c0d445 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`