I finally got my Argon One Up, and i’m finalizing the initial setup, so far so good.
I don’t want to run the argon setup script, I prefer to set things manually.
I am running RaspiOS Trixie, with up-to-date packages
I have the battery status icon with a proper driver, I got it from this repo, it works very well
I also added the script for automatic shutdown if the lid is closed for more than 3 minutes, from this repo, it also works like a charm
What I have still missing are the display brightness keys (the volume/mute keys are already working)
I can increase/decrease the brightness with those commands, but I did not find a way to do so when pressing the FN + F2/F3
ddcutil --skip-ddc-checks --disable-dynamic-sleep --sleep-multiplier 0.1 setvcp 10 + 5
ddcutil --skip-ddc-checks --disable-dynamic-sleep --sleep-multiplier 0.1 setvcp 10 - 5
the tool “bindsym” used in the previous link does not exist on RaspiOS Trixie
any hint?