File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6164dms ipc call brightness set 80
6265dms ipc call brightness increment 10 " "
6366dms 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
You can’t perform that action at this time.
0 commit comments