From 350d97bd1897693bdede7537e19cca142dc41112 Mon Sep 17 00:00:00 2001 From: Patrick Yates Date: Sat, 28 Jan 2017 13:02:22 +1100 Subject: [PATCH] Add information about fuzzy-match option introduced in #359 --- Module:-i3.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Module:-i3.md b/Module:-i3.md index a727f84..db32d9b 100644 --- a/Module:-i3.md +++ b/Module:-i3.md @@ -55,6 +55,13 @@ wrapping-scroll = false ; Set the scroll cycle direction ; Default: true reverse-scroll = false + +; Use fuzzy (partial) matching on labels when assigning +; icons to workspaces +; Example: code;♚ will apply the icon to all workspaces +; containing 'code' in the label +; Default: false +fuzzy-match = true ~~~ ### Additional formatting