Manjaro Difference between revisions of "Openbox"

Difference between revisions of "Openbox"

From Manjaro
imported>Verityproductions
imported>Verityproductions
Line 26: Line 26:




=Step 2: Editing the ''rc.xml''' file=
=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>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.