otter-notifications implements org.freedesktop.Notifications on D-Bus. Apps using notify-send or the standard notification API work without changes.
Usage
Sending notifications
Configuration
Config file:~/.config/otter-shell/notifications.conf
Fallback: /etc/otter-shell/notifications.conf
| Field | Default | Description |
|---|---|---|
position | top_right | Screen position (top/bottom × left/center/right) |
max_visible | 5 | Max on screen (overflow queued) |
width | 360 | Notification width in pixels |
default_timeout | 10000 | Normal urgency timeout (ms) |
low_timeout | 4000 | Low urgency timeout (ms) |
critical_timeout | 0 | Critical timeout (0 = persistent) |
gap | 8 | Vertical gap between notifications |
icon_size | 48 | Icon size in pixels |
Interaction
- Left click: Dismiss and activate the source application
- Right click: Dismiss without activating

