summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-28 08:11:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-28 08:11:23 +0200
commitd6e1e4a914be63e803e4503bba0c23b3cabc87e6 (patch)
tree5210cef4a5589453703b5d11e12e481e89651f01
parent8478b427f15a82f782711ccdc7b5921aa4869ced (diff)
Update README and INSTALL.md
-rw-r--r--INSTALL.md4
-rw-r--r--README.md10
2 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ee195aee..9047c47f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -19,12 +19,12 @@
* libcairo-xcb
* libglib2.0 >= 2.40
* libstartup-notification-1.0
-* libxkbcommon
+* libxkbcommon >= 0.5.0
* libxkbcommon-x11
* libxcb (sometimes split, you need libxcb, libxcb-xkb and libxcb-xinerama)
* xcb-util
* xcb-util-wm (sometimes split as libxcb-ewmh and libxcb-icccm)
-* xcb-util-xrm
+* xcb-util-xrm [new module, can be found here](https://github.com/Airblader/xcb-util-xrm/)
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
`<package>-devel`.
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)