From 4ceb0fdee87287e448e3684a3c8da31412dc5dbe Mon Sep 17 00:00:00 2001 From: Diki Ananta Date: Sat, 13 Jan 2018 08:47:35 +0700 Subject: [PATCH] rofi: add page --- pages/linux/rofi.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/rofi.md diff --git a/pages/linux/rofi.md b/pages/linux/rofi.md new file mode 100644 index 0000000000..44b7aaf8e0 --- /dev/null +++ b/pages/linux/rofi.md @@ -0,0 +1,15 @@ +# 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`