From 2adf045d6c672920aefa9cecf97339b9f843f0aa Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 27 Sep 2024 14:04:46 +0500 Subject: update - add link on source in config file; - add Usage block in README.md. --- examples/config.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/config.yaml b/examples/config.yaml index 661e45e..d7f8e2d 100644 --- a/examples/config.yaml +++ b/examples/config.yaml @@ -1,3 +1,5 @@ +# source: https://github.com/MaxVerevkin/wlr-which-key/tree/master#configuration +# font: JetBrainsMono Nerd Font 16 separator: " ➜ " border_width: 2 -- cgit