You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notifications.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The notification system supports several types of notifications:
16
16
17
17
Notifications are supported on:
18
18
19
-
-**macOS**: Uses `osascript` for native notification center integration
19
+
-**macOS**: Uses `terminal-notifier` (preferred) with fallback to `osascript` for native notification center integration
20
20
-**Linux**: Uses `notify-send` for desktop environment notifications
21
21
-**Windows**: Uses PowerShell and Windows Toast notifications
22
22
@@ -104,8 +104,15 @@ The notification system is integrated with Rune's DND functionality:
104
104
105
105
### macOS Specific Issues
106
106
107
-
- Grant notification permissions in System Preferences > Security & Privacy > Privacy > Notifications
108
-
- If using Terminal, ensure Terminal has notification permissions
107
+
- Grant notification permissions in System Settings > Notifications
108
+
- If using Terminal/Ghostty, ensure your terminal has notification permissions
109
+
-**Focus Mode Configuration**: If using Focus/Do Not Disturb mode, add your terminal application (Terminal, iTerm2, Ghostty, etc.) to the allowed apps list:
110
+
1. Go to System Settings > Focus
111
+
2. Select your Focus mode (Do Not Disturb, Work, etc.)
112
+
3. Under "Allowed Notifications" click "Apps"
113
+
4. Add your terminal application to the list
114
+
5. Restart your terminal application for changes to take effect
115
+
- For optimal notification delivery, install `terminal-notifier`: `brew install terminal-notifier`
0 commit comments