mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 22:00:20 +00:00
Update README and INSTALL.md
This commit is contained in:
parent
8478b427f1
commit
d6e1e4a914
2 changed files with 12 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
* libcairo-xcb
|
* libcairo-xcb
|
||||||
* libglib2.0 >= 2.40
|
* libglib2.0 >= 2.40
|
||||||
* libstartup-notification-1.0
|
* libstartup-notification-1.0
|
||||||
* libxkbcommon
|
* libxkbcommon >= 0.5.0
|
||||||
* libxkbcommon-x11
|
* libxkbcommon-x11
|
||||||
* libxcb (sometimes split, you need libxcb, libxcb-xkb and libxcb-xinerama)
|
* libxcb (sometimes split, you need libxcb, libxcb-xkb and libxcb-xinerama)
|
||||||
* xcb-util
|
* xcb-util
|
||||||
* xcb-util-wm (sometimes split as libxcb-ewmh and libxcb-icccm)
|
* 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
|
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
|
||||||
`<package>-devel`.
|
`<package>-devel`.
|
||||||
|
|
10
README.md
10
README.md
|
@ -89,11 +89,21 @@ Quickly ssh into remote machines
|
||||||
|
|
||||||
Loads external scripts to add modes to **Rofi**, for example a file-browser.
|
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
|
## COMBI mode
|
||||||
|
|
||||||
Combine multiple modes in one view. This is especially usefull when merging the window and run mode into one view.
|
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.
|
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
|
||||||
|
|
||||||
![DMENU replacement (running teiler)](https://davedavenport.github.io/rofi/images/rofi/dmenu-replacement.png)
|
![DMENU replacement (running teiler)](https://davedavenport.github.io/rofi/images/rofi/dmenu-replacement.png)
|
||||||
|
|
Loading…
Reference in a new issue