본문으로 바로가기
검색
회원가입로그인

클로드 코드 알림 설정 (윈도우 포함)

  1. 터미널 벨 알림 설정

기본적으로 터미널 벨 알림을 전역으로 활성화할 수 있습니다.

claude config set --global preferredNotifChannel terminal_bell

테스트하려면:

echo -e "a"

  1. Windows WSL용 PowerShell 시스템 사운드

WSL 환경에서 표준 벨이 작동하지 않는 경우, PowerShell 시스템 사운드를 대체로 사용할 수 있습니다.

CLAUDE.md 파일에 다음 지시사항을 추가하세요:

### Task Complete Alarm for window WSL

- when tasks complete, execute the command below.

- powershell.exe -c "(New-Object System.Media.SoundPlayer 'C:WindowsMediaWindows Ding.wav').PlaySync()"