From 56b94a6eed9fe4642382f533666dc19901fad3fc Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 3 Mar 2019 18:39:34 +0100 Subject: #53 allow opt-out for applications --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e0b9ded..3ab4481 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ feature comparison between **skhd** and **khd** | hotload config file | [x] | [ ] | | hotkey passthrough | [x] | [x] | | modal hotkey-system | [x] | [x] | -| use media-keys as hotkey | [x] | [ ] | | application specific hotkey| [x] | [x] | +| blacklist applications | [x] | [ ] | +| use media-keys as hotkey | [x] | [ ] | | modifier only hotkey | [ ] | [x] | | caps-lock as hotkey | [ ] | [x] | | mouse-buttons as hotkey | [ ] | [x] | @@ -136,3 +137,14 @@ command = command is executed through '$SHELL -c' and an EOL character signifies the end of the bind. ``` + +General options that configure the behaviour of **skhd**: +``` +# prevents skhd from monitoring events for listed processes +.blacklist [ + "terminal" + "qutebrowser" + "kitty" + "google chrome" +] +``` -- cgit v1.2.3