mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (markdown)
12
Examples.md
12
Examples.md
@@ -47,6 +47,7 @@ Table of Contents
|
|||||||
* [BibTeX](#bibtex)
|
* [BibTeX](#bibtex)
|
||||||
* [Docker](#docker)
|
* [Docker](#docker)
|
||||||
* [buku](#buku)
|
* [buku](#buku)
|
||||||
|
* [i3](#i3)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1198,4 +1199,15 @@ fb() {
|
|||||||
buku -o "$index"
|
buku -o "$index"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### i3
|
||||||
|
Fuzzy search desktop entries and launch the appropriate application.
|
||||||
|
```
|
||||||
|
i3-dmenu-desktop --dmenu=fzf
|
||||||
|
```
|
||||||
|
Display in a floating window. Add this to your i3 config file (this example uses termite, but any terminal emulator that allows setting the window title can be used):
|
||||||
|
```
|
||||||
|
bindsym $mod+d exec --no-startup-id termite -t 'fzf-menu' -e 'i3-dmenu-desktop --dmenu=fzf'
|
||||||
|
for_window [title="fzf-menu"] floating enable
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user