![Dunst가 동일한 프로그램에 대해 단일 알림으로 중복 알림을 표시하도록 만드는 방법](https://linux55.com/image/144808/Dunst%EA%B0%80%20%EB%8F%99%EC%9D%BC%ED%95%9C%20%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%A8%EC%97%90%20%EB%8C%80%ED%95%B4%20%EB%8B%A8%EC%9D%BC%20%EC%95%8C%EB%A6%BC%EC%9C%BC%EB%A1%9C%20%EC%A4%91%EB%B3%B5%20%EC%95%8C%EB%A6%BC%EC%9D%84%20%ED%91%9C%EC%8B%9C%ED%95%98%EB%8F%84%EB%A1%9D%20%EB%A7%8C%EB%93%9C%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
답변1
답변2
이 github에서 언급했듯이논평:dunst는 이제 스택 라벨 기능을 지원합니다. 다음과 같이 알림에 맞춤 라벨을 할당하기만 하면 됩니다.
notify-send --hint=string:x-dunst-stack-tag:test SUMMARY BODY
다음은 test
맞춤 라벨의 예입니다.
답변3
맨 던스트:
stack_duplicates (values: [true/false], default: true) If set to true, duplicate notifications will be stacked together instead of being displayed separately. Two notifications are considered duplicate if the name of the program that sent it, summary, body, icon and urgency are all identical. hide_duplicates_count (values: [true/false], default: false) Hide the count of stacked duplicate notifications.