Skip to content

Commit 1ce1048

Browse files
committed
document new IPC
1 parent b37e5d0 commit 1ce1048

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/dankmaterialshell/keybinds-ipc.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,17 @@ Control display brightness for internal and external displays.
5555
| `decrement <step> [device]` | Decrease brightness | step, device (optional) |
5656
| `status` | Get current brightness status | - |
5757
| `list` | List all brightness devices | - |
58+
| `enableLogarithmic [device]` | Enable logarithmic brightness mode | device (optional, uses current if not specified) |
59+
| `disableLogarithmic [device]` | Disable logarithmic brightness mode | device (optional, uses current if not specified) |
60+
| `toggleLogarithmic [device]` | Toggle logarithmic brightness mode | device (optional, uses current if not specified) |
5861

5962
**Examples:**
6063
```bash
6164
dms ipc call brightness set 80
6265
dms ipc call brightness increment 10 ""
6366
dms ipc call brightness decrement 5 "intel_backlight"
67+
dms ipc call brightness enableLogarithmic "backlight:intel_backlight"
68+
dms ipc call brightness toggleLogarithmic
6469
```
6570

6671
### night

0 commit comments

Comments
 (0)