matthew - retroedge.tech on Nostr: I’m happy with the most recent modifications to my ~/.config/openbox/rc.xml Added ...
I’m happy with the most recent modifications to my ~/.config/openbox/rc.xml
Added the keyboard shortcuts for the top row brightness control keys on my ThinkPad X270. Also added shortcut keys to go all the way up to 97% brightness with “Super+BrightnessUp” and all the way down to 3% brightness with “Super+BrightnessDown.
Installed the “brightnessctl” package in Devuan (Debian/Ubuntu).
<!-- Keybindings for Brightness control keys -->
<keybind key="XF86MonBrightnessUp">
<action name="execute">
<command>brightnessctl set 5%+</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="execute">
<command>brightnessctl set 5%-</command>
</action>
</keybind>
<keybind key="W-XF86MonBrightnessUp">
<action name="execute">
<command>brightnessctl set 97%+</command>
</action>
</keybind>
<keybind key="W-XF86MonBrightnessDown">
<action name="execute">
<command>brightnessctl set 3%</command>
</action>
</keybind>
#openbox #linux
Published at
2024-12-29 06:28:31 UTCEvent JSON
{
"id": "09a76c952fbaaa6b983ac46a8bc9ac589b1c6cbd5629e54d6f03d7868fa263eb",
"pubkey": "7bd696c00fbaa3d24d7303bb36c0ae39a1f355aa5f956b2a574c7da4297d59b4",
"created_at": 1735453711,
"kind": 1,
"tags": [
[
"t",
"linux"
],
[
"t",
"openbox"
],
[
"proxy",
"https://social.retroedge.tech/objects/417a41f1-c180-4c4d-af56-04f3f6f3bd1c",
"activitypub"
]
],
"content": "I’m happy with the most recent modifications to my ~/.config/openbox/rc.xml \n\nAdded the keyboard shortcuts for the top row brightness control keys on my ThinkPad X270. Also added shortcut keys to go all the way up to 97% brightness with “Super+BrightnessUp” and all the way down to 3% brightness with “Super+BrightnessDown.\n\nInstalled the “brightnessctl” package in Devuan (Debian/Ubuntu).\n\n \u003c!-- Keybindings for Brightness control keys --\u003e\n \n \u003ckeybind key=\"XF86MonBrightnessUp\"\u003e\n \u003caction name=\"execute\"\u003e\n \u003ccommand\u003ebrightnessctl set 5%+\u003c/command\u003e\n \u003c/action\u003e\n \u003c/keybind\u003e\n \n \u003ckeybind key=\"XF86MonBrightnessDown\"\u003e\n \u003caction name=\"execute\"\u003e\n \u003ccommand\u003ebrightnessctl set 5%-\u003c/command\u003e\n \u003c/action\u003e\n \u003c/keybind\u003e\n\n \u003ckeybind key=\"W-XF86MonBrightnessUp\"\u003e\n \u003caction name=\"execute\"\u003e\n \u003ccommand\u003ebrightnessctl set 97%+\u003c/command\u003e\n \u003c/action\u003e\n \u003c/keybind\u003e\n \n \u003ckeybind key=\"W-XF86MonBrightnessDown\"\u003e \n \u003caction name=\"execute\"\u003e\n \u003ccommand\u003ebrightnessctl set 3%\u003c/command\u003e \n \u003c/action\u003e\n \u003c/keybind\u003e\n\n#openbox #linux",
"sig": "394bab02c1aca58b5433ae66a2cfd7efa753bbd61bb5bd37efe364ec30dceecb65297ca294b6041f44c27b3b9037b4253de77a557dfdb150318f0804663b05cb"
}