Skip to content

Commit

Permalink
feat(config): add quack2 sound
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 25, 2023
1 parent 1afb064 commit 21589b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/daktilo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ disabled_keys = []
[[sound_preset]]
name = "ducktilo"
key_config = [
{ event = "key_press", keys = "Return", files = [
{ path = "quack2.mp3" },
] },
{ event = "key_press", keys = ".*", files = [
{ path = "quack.mp3", volume = 5.0 },
{ path = "quack1.mp3", volume = 10.0 },
] },
]
disabled_keys = []
File renamed without changes.
Binary file added sounds/quack2.mp3
Binary file not shown.

0 comments on commit 21589b6

Please sign in to comment.