mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
* fix(brightness): refresh sysfs cache on hotplug The SysfsBackend used a cache that was never refreshed on display hot plug, causing new backlight devices to not appear in IPC until restart. This adds Rescan() to SysfsBackend and calls it in Manager.Rescan(), matching the behavior of DDCBackend. Fixes: hotplugged external monitor brightness control via IPC * make fmt --------- Co-authored-by: bbedward <bbedward@gmail.com>