Skip to content

Commit

Permalink
chore(config): add custom quack example
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 24, 2023
1 parent 3fbbb70 commit f0c0911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/daktilo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ disabled_keys = ["UpArrow", "DownArrow", "LeftArrow", "RightArrow", "Backspace"]

[[sound_preset]]
name = "custom"
key_config = [{ event = "key_press", keys = ".*", file = "duck.mp3" }]
key_config = [
{ event = "key_press", keys = ".*", file = "custom/quack.mp3", volume = 10.0 },
]
disabled_keys = []
Binary file added custom/quack.mp3
Binary file not shown.

0 comments on commit f0c0911

Please sign in to comment.