mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-14 16:22:46 -04:00
022f47a580
* feat: add cycleProfile IPC command for display outputs Adds `dms ipc outputs cycleProfile` which cycles through configured display profiles in order, wrapping around from the last back to the first. Useful for binding to a compositor keybind (e.g. Super+P in niri/Hyprland) without needing an external wrapper script. * feat: add Mod+P default keybind for cycling display profiles Binds Super+P to `dms ipc outputs cycleProfile` in both the niri and Hyprland default keybind configs. Mod+Shift+P is already reserved for powering off monitors on both compositors, so Mod+P is a natural fit.