Skip to content

Commit

Permalink
rde: backlight: Set default brightness to 70
Browse files Browse the repository at this point in the history
The lower default value will support people make more consciousness decision
about brightness.
  • Loading branch information
abcdw committed Aug 22, 2024
1 parent 82ca8ba commit eec4e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rde/features/linux.scm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

(define* (feature-backlight
#:key
(default-brightness 100)
(default-brightness 70)
(step 10)
(brightnessctl brightnessctl))
"Setup and configure brightness for various devices."
Expand Down

0 comments on commit eec4e15

Please sign in to comment.