diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 17:26:41 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-31 17:31:24 +0100 |
commit | e79d30ae56260aadeab037f9c52c5c329153bf08 (patch) | |
tree | 8ea862f288a20b86542bc0565b5852890c90e975 /config/wayland | |
parent | d99323430cf89e6566899483419f99453140c665 (diff) |
added sound on gurk notifications
Diffstat (limited to 'config/wayland')
-rw-r--r-- | config/wayland/mako/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/wayland/mako/config b/config/wayland/mako/config index 2df4b1d..4380506 100644 --- a/config/wayland/mako/config +++ b/config/wayland/mako/config @@ -23,3 +23,7 @@ default-timeout=0 [category=mpd] default-timeout=2000 group-by=category + +[app-name=gurk] +# 45887 = 70% +on-notify=exec paplay --volume=45887 ~/.local/share/sounds/ring1.ogg |