mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update Changelog and README
This commit is contained in:
parent
fd45868aca
commit
de832cef8d
2 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
v1.unrelease
|
||||
- Remove fuzzy option
|
||||
- Remove xlib dependency (xcb-xrm)
|
||||
- Supports include in config.
|
||||
- Make window switcher string customizable.
|
||||
- Fix Current Desktop window switcher.
|
||||
- Selection mode in dmenu with selection counter.
|
||||
- Fix launching in terminal.
|
||||
|
||||
v1.1.0
|
||||
New Features
|
||||
|
|
10
README.md
10
README.md
|
@ -63,8 +63,14 @@ It offers the following features:
|
|||
- Shift-Return to run the selected program in a terminal.
|
||||
- Favorites list, frequently used programs are sorted on top.
|
||||
|
||||
There is also the drun mode, this behaves similar to run modi except it builds the list of applications based on desktop
|
||||
files found in the system.
|
||||
|
||||
## DRun dialog
|
||||
|
||||
The desktop run dialog allows the user to quickly search and launch an application from the *freedesktop.org* Desktop
|
||||
Entries. E.g. what is used by Desktop Environment to fill their launcher. It offers the following features:
|
||||
|
||||
- Favorites list, frequently used programs are sorted on top.
|
||||
- Auto starting terminal applications in a terminal.
|
||||
|
||||
## SSH launcher
|
||||
|
||||
|
|
Loading…
Reference in a new issue