aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-03-03 18:39:34 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-03-03 18:39:34 +0100
commit56b94a6eed9fe4642382f533666dc19901fad3fc (patch)
tree6e026d8a145fad2143fe4cac1603f22a48195be9 /README.md
parente23811d884b9dae356c84e4515ef52184aa3432c (diff)
downloadskhd-56b94a6eed9fe4642382f533666dc19901fad3fc.tar.gz
skhd-56b94a6eed9fe4642382f533666dc19901fad3fc.zip
#53 allow opt-out for applications
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
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"
+]
+```