From d6e1e4a914be63e803e4503bba0c23b3cabc87e6 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 28 Jul 2016 08:11:23 +0200 Subject: Update README and INSTALL.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b37296c2..82d08ffc 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,21 @@ Quickly ssh into remote machines Loads external scripts to add modes to **Rofi**, for example a file-browser. +``` +rofi -show fb -modi fb:../Examples/rofi-file-browser.sh +``` + ## COMBI mode Combine multiple modes in one view. This is especially usefull when merging the window and run mode into one view. Allowing to quickly switch to an application, either by switching to it when it is already running or starting it. +Example to combine Desktop run and the window switcher: + +``` +rofi -combi-modi window,drun -show combi +``` + ## dmenu replacement ![DMENU replacement (running teiler)](https://davedavenport.github.io/rofi/images/rofi/dmenu-replacement.png) -- cgit v1.2.3