Merge pull request #1899 from yuzujr/feat/add-setting-display-backlight

feat(brightness): add per-output backlight device mapping with default fallback
This commit is contained in:
Lysec
2026-02-23 08:09:57 +01:00
committed by GitHub
25 changed files with 298 additions and 13 deletions
+2
View File
@@ -670,6 +670,8 @@ Singleton {
property int brightnessStep: 5
property bool enforceMinimum: true
property bool enableDdcSupport: false
property list<var> backlightDeviceMappings: []
// Format: [{ "output": "eDP-1", "device": "/sys/class/backlight/intel_backlight" }]
}
property JsonObject colorSchemes: JsonObject {