Skip to content

Commit 902a8ee

Browse files
committed
document clearAll ipc
1 parent 1d654b1 commit 902a8ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dankmaterialshell/keybinds-ipc.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ dms ipc call spotlight toggleQuery "!"
340340
All these modals support `open`, `close`, and `toggle` functions:
341341

342342
- **clipboard** - Clipboard history manager
343-
- **notifications** - Notification center
343+
- **notifications** - Notification center (also supports `clearAll`)
344344
- **processlist** - System process list and performance monitor (also supports `focusOrToggle`)
345345
- **powermenu** - Power menu for system actions
346346
- **control-center** - Quick settings (network, bluetooth, audio, etc.)
@@ -350,6 +350,7 @@ All these modals support `open`, `close`, and `toggle` functions:
350350
```bash
351351
dms ipc call clipboard toggle
352352
dms ipc call notifications open
353+
dms ipc call notifications clearAll
353354
dms ipc call processlist open
354355
dms ipc call powermenu toggle
355356
dms ipc call control-center toggle

0 commit comments

Comments
 (0)