feat: remplacer light par acpilight/xbacklight, ajouter ddcutil pour écrans externes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Pierre Martin
2026-03-11 10:36:18 +01:00
parent b8ffdf7e9f
commit 4ac3085f14
3 changed files with 35 additions and 8 deletions

View File

@@ -76,9 +76,8 @@
"XF86AudioPrev" = "exec playerctl previous";
# Sreen brightness controls
"XF86MonBrightnessUp" = "exec light -A 2"; # increase screen brightness
"XF86MonBrightnessDown" =
"exec light -U 2"; # decrease screen brightness
"XF86MonBrightnessUp" = "exec xbacklight -inc 5";
"XF86MonBrightnessDown" = "exec xbacklight -dec 5";
# Speech-to-text (toggle: press to start/stop)
"${modifier}+space" = "exec ~/.local/bin/stt-dictate toggle";