From ecab3081c561988b2d0417247096a605e7256e39 Mon Sep 17 00:00:00 2001 From: Jeremy Bowers <106330755+bn-jbowers@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:16:01 -0400 Subject: [PATCH] Add note about preferredNotifChannel to the section on notifications Adding this was necessary for my notifications to work in Linux. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a511678..03715ee 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,8 @@ To add sound on Linux: (setq claude-code-notification-function #'my-claude-notify-with-sound) ``` +You may need to set `preferredNotifChannel` to `terminal_bell` in your Claude configuration. + ### Windows Native Notifications For Windows, you can use PowerShell to create toast notifications: