From 21be01b9aabc3de079b08ba597f6088ce27338b8 Mon Sep 17 00:00:00 2001 From: Carlos Regis <107006444+carlos-regis@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:48:52 +0000 Subject: [PATCH] docs(mkdocs): show default loc for whkdrc (#739) --- docs/example-configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/example-configurations.md b/docs/example-configurations.md index 725f0302..a5c85061 100644 --- a/docs/example-configurations.md +++ b/docs/example-configurations.md @@ -162,8 +162,8 @@ If you like the `grid` layout in [LeftWM](https://github.com/leftwm/leftwm-layou ## whkdrc `whkd` is a fairly basic piece of software with a simple configuration format: -key bindings go to the left of the, and shell commands go to the right of the -colon. +key bindings go to the left of the colon, and shell commands go to the right of the +colon. By default, the `whkdrc` file should be located in the `$Env:USERPROFILE/.config/` directory. Please remember that `whkd` does not support overriding Microsoft's limitations on hotkey bindings that include the `Windows` key. If this is important to you,