Skip to content
Snippets Groups Projects

Fix values to disable brightness reduction (MR 12)

Merged Imported Administrator requested to merge xfce4_brightness_idle_disable into master
  1. Sep 29, 2024
    • Jakko's avatar
      Fix values to disable brightness reduction (MR 12) · 87d708c1
      Jakko authored
      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.
      87d708c1
Loading