Join Nostr
2026-03-22 22:30:06 UTC
in reply to

Shawn Rutledge K7IHZ / LB2JK on Nostr: I added openbox menus to do it manually on my desktop machine at home: there is no ...

I added openbox menus to do it manually on my desktop machine at home: there is no light sensor AFAIK, and the monitors have annoying touch switches. I fixed input-switching this way too.

```
<menu id="monitor-menu" label="Screens">
...
<item label="Left: dim">
<action name="Execute">
<command>ddcutil -n AU52143000562 setvcp 10 0</command>
</action>
</item>
...
```