aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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"
+]
+```