diff --git a/README.md b/README.md index 7b56e18..9c72cea 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ E.G You will probably want to put `keyd-application-mapper -d` somewhere in your display server initialization logic (e.g ~/.xinitrc). -Window class names are discoverable with `keyd-application-mapper -m`. +Window class names are discoverable with `keyd-application-mapper -v`. See the man page for more details. ## SBC support diff --git a/keyd.1.gz b/keyd.1.gz index be834bd..2c82c0f 100644 Binary files a/keyd.1.gz and b/keyd.1.gz differ diff --git a/man.md b/man.md index 3e30ba2..a67d415 100644 --- a/man.md +++ b/man.md @@ -327,7 +327,7 @@ Will remap `C-1` to the the string 'Inside alacritty' when a window with class In order for this to work keyd must be running and the user must have access to */var/run/keyd.socket* (i.e be a member of the *keyd* group). Application -classes can be obtained with `keyd-application-mapper -m`. +classes can be obtained with `keyd-application-mapper -v`. You will probably want to put `keyd-application-mapper -d` somewhere in the initialization path of your display server (e.g `~/.xinitrc`).