From dcbb68b12f71245121035b730b50872802a259b4 Mon Sep 17 00:00:00 2001 From: "Takahashi, Naoki" <102382754+tkna91@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:38:10 +0900 Subject: [PATCH] Add description of KEYD_DEBUG --- docs/keyd-application-mapper.scdoc | 5 +++++ docs/keyd.scdoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/keyd-application-mapper.scdoc b/docs/keyd-application-mapper.scdoc index 1925472..1af948d 100644 --- a/docs/keyd-application-mapper.scdoc +++ b/docs/keyd-application-mapper.scdoc @@ -75,6 +75,11 @@ which manages the script lifecycle. 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). +# ENVIRONMENT VARIABLES + +*KEYD_DEBUG* + Debug log level. _0_,_1_ can be specified (default: 0). + # A note on security *Any user which can interact with a program that directly controls input devices diff --git a/docs/keyd.scdoc b/docs/keyd.scdoc index b279110..b641d91 100644 --- a/docs/keyd.scdoc +++ b/docs/keyd.scdoc @@ -959,6 +959,11 @@ Disables the esc and end keys. end = noop ``` +# ENVIRONMENT VARIABLES + +*KEYD_DEBUG* + Debug log level. _0_,_1_,_2_ can be specified (default: 0). + # AUTHOR Written by Raheman Vaiya (2017-).