Skip to content

Fix values to disable brightness reduction (MR 12)

Administrator requested to merge xfce4_brightness_idle_disable into master

These lines were implemented in the xfce4-phone config to simplify the display power behavior. They set the number of seconds until Xfce4 power manager reduces the display brightness.

The idea is to disable the brightness reduction by Xfce4 power manager because this can confuse the tool "brightnessctl", which offers a service to save and restore the display brightness across boots.

A value of 0 did not achieve the desired effect. The display brightness got reduced nonetheless.

It turned out that the minimum time is 10 secs. Because of that a value of 9 disables the brightness reduction feature.

Merge request reports

Loading