From ec345ce767227324dc26ea7aabb22cf7678ec989 Mon Sep 17 00:00:00 2001 From: ngenisis Date: Thu, 25 Apr 2019 22:26:43 -0500 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Examples.md b/Examples.md index 84b1685..3283a00 100644 --- a/Examples.md +++ b/Examples.md @@ -47,6 +47,7 @@ Table of Contents * [BibTeX](#bibtex) * [Docker](#docker) * [buku](#buku) +* [i3](#i3) @@ -1198,4 +1199,15 @@ fb() { buku -o "$index" 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 ``` \ No newline at end of file