mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update release notes.
This commit is contained in:
parent
56f574c64d
commit
474190bbc7
4 changed files with 29 additions and 1 deletions
|
@ -72,11 +72,39 @@ performance.
|
||||||
|
|
||||||
## More flexible key and mouse bindings
|
## More flexible key and mouse bindings
|
||||||
|
|
||||||
|
Thanks to the great work of SardemFF7 you can now configure how the mouse
|
||||||
|
behave and bind modifier keys. It also improves on error messages. It will now
|
||||||
|
detect duplicate bindings.
|
||||||
|
|
||||||
|
For example to select an entry on single click, instead of double click:
|
||||||
|
|
||||||
|
```
|
||||||
|
rofi -show run -me-select-entry '' -me-accept-entry 'Mouse1'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Fuzzy Matching
|
## Fuzzy Matching
|
||||||
|
|
||||||
|
With thanks to Fangrui Song, the `fuzzy` matcher will now use a ranking similar to `fzf` to sort the results.
|
||||||
|
This should hopefully to improve the results, something a lot of users will appreciate.
|
||||||
|
|
||||||
|
Without:
|
||||||
|
|
||||||
|
![rofi no fzf](rofi-no-fzf.png)
|
||||||
|
|
||||||
|
With:
|
||||||
|
|
||||||
|
![rofi fzf](rofi-fzf.png)
|
||||||
|
|
||||||
|
|
||||||
## Initial Plugin support
|
## Initial Plugin support
|
||||||
|
|
||||||
## Screenshot
|
It is now possible to add custom mode via C plugins. This way more interactive modi can be added to rofi.
|
||||||
|
For example it is possible to have `top` (display linux processes) shown:
|
||||||
|
|
||||||
|
![rofi top](rofi-top.png)
|
||||||
|
|
||||||
|
See [here](https://gitcrate.org/qtools/rofi-top).
|
||||||
|
|
||||||
## Configuration File
|
## Configuration File
|
||||||
|
|
||||||
|
|
BIN
releasenotes/1.4.0/rofi-fzf.png
Normal file
BIN
releasenotes/1.4.0/rofi-fzf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
releasenotes/1.4.0/rofi-no-fzf.png
Normal file
BIN
releasenotes/1.4.0/rofi-no-fzf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
releasenotes/1.4.0/rofi-top.png
Normal file
BIN
releasenotes/1.4.0/rofi-top.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
Loading…
Reference in a new issue