From 56e4735074f0a7d6746b9d60ea287bab48795c0b Mon Sep 17 00:00:00 2001 From: GenjiFujimoto Date: Tue, 9 May 2023 12:57:06 +0200 Subject: [PATCH] Update Readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bc334b..4503efd 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,9 @@ xclip, sdcv Compile with `make` and place `dictpopup` as well as `popup` in your PATH. ## Usage -call `dictpopup` to translate and display the popup of the selected text. -You can also use `popup` like `popup "Hello"` for other things. +call `dictpopup` to translate and display the popup of the selected text. The +popup can be dismissed by clicking on it.\ +You can also use `popup` like `popup "Hello"` for other things if you want.\ +The styling can be changed in `config.h`, but it has the be recompiled then. +There is also a xresources patch from [herbe](https://github.com/dudik/herbe) +that you could try to apply.