Skip to content

Instantly share code, notes, and snippets.

View joaomlopes's full-sized avatar

João Lopes joaomlopes

View GitHub Profile
@eliasschr
eliasschr / DDPM2.0.md
Last active October 20, 2025 11:58 — forked from nebriv/DDM2.0.md
DELL Display and Peripheral Manager 2.0 CLI for MacOS

Dell Display and Peripheral Manager 2.0 Command Line

All available Commands found in the CLI.

Whole Command looks like this:

/Applications/DDPM/DDPM.app/Contents/MacOS/DDPM /set -display=ActiveInputSource -value=USB-C Write commands can be prefixed with int:command to specify which monitor to send the command to.

If you want to controll your Display through shortcuts I'd suggest writing a .command script and having it on your Desktop or putting it into a Stream Deck, my .command files look like this:

@nebriv
nebriv / DDM2.0.md
Last active November 25, 2025 19:58
Dell Display Manager 2.0 command line documentation

Dell Display Manager 2.0 Command Line

Decompiled DLL with ILSpy to identify various commands.

Most commands can be found in DDM2._0_UX.CmdBackground.cmdService_DoWork

Write commands can be prefixed with int:command to specify which monitor to send the command to.

.\DDM.exe /0:writebrightnesslevel 50

Font Face

A mixin for writing @font-face rules in SASS.

Usage

Create a font face rule. Embedded OpenType, WOFF2, WOFF, TrueType, and SVG files are automatically sourced.

@include font-face(Samplino, fonts/Samplino);