diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-03-30 04:16:42 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-03-30 04:16:42 +0000 |
commit | b5d7a3928d1d2925bf1a2dcc26a0c61164c910de (patch) | |
tree | 067dd50837839edfdeb4331896e77a2f09114ba0 /dunst | |
parent | f2103d3718f396433ae2e430c59e87acf8f9bc99 (diff) |
sound to notifs
Diffstat (limited to 'dunst')
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 6716cf5..89c077a 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -80,3 +80,7 @@ timeout = 5 | |||
80 | background = "#101010" | 80 | background = "#101010" |
81 | foreground = "#eeffff" | 81 | foreground = "#eeffff" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | |||
84 | [play_sound] | ||
85 | summary = "*" | ||
86 | script = ~/.bin/notify.sh | ||