Difference between revisions of "Openbox"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 26: | Line 26: | ||
=Step 2: Editing the ''rc.xml | =Step 2: Editing the ''rc.xml'' file= | ||
Once the file has been opened, you will be presented | {{tip|If you know what you are doing, then feel free to change the intended keys. Just ensure that they are not already being used for another purpose.}} | ||
Once the file has been opened, you will be presented with a substantial amount of commands contained within it. Don't worry about this, as you will only need to add a new block of code, rather than amend anything that is there. The code that must be added to enable full control over the screen brightness is as follows: | |||
<keybind key="XF86MonBrightnessUp"> | |||
<action name="Execute"> | |||
<command>xbacklight +15</command> | |||
</action> | |||
</keybind> | |||
<keybind key="XF86MonBrightnessDown"> | |||
<action name="Execute"> | |||
<command>xbacklight -15</command> | |||
</action> | |||
</keybind> |