brightness: fix for non ddc displays
This commit is contained in:
parent
db1e2ea3bf
commit
a580e01c3f
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ Singleton {
|
|||
else
|
||||
Quickshell.execDetached(["brightnessctl", "s", `${rounded}%`]);
|
||||
|
||||
timer.restart();
|
||||
if (isDdc)
|
||||
timer.restart();
|
||||
}
|
||||
|
||||
function initBrightness(): void {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue