From ab105473366d37d34a9f4e9f117271487d28c9e1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 17 Apr 2024 10:20:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Add=20example=20for=20setting=20?= =?UTF-8?q?manual=20picker=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 312672c..6eae478 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,13 @@ BEMOJI_TYPE_CMD="path/to/your/xdotool" The candidate list (in the case of picker tool) or the picked selection are passed to the tools through stdin. -This is pretty experimental and you'll have to see how well it works for you. +For example, to manually invoke fuzzel with no extra options as the picker for bemoji you would use: + +```bash +BEMOJI_PICKER_CMD="fuzzel -d" bemoji +``` + +This is somewhat experimental still and you'll have to see how well it works for you. The setting can not be changed through the commandline alone. ### Execute a custom command with my emoji