Add keybindings for brightness control

This commit is contained in:
coolneng 2019-10-28 01:44:52 +01:00
parent 4abaa72552
commit d243509ab6
1 changed files with 10 additions and 0 deletions

View File

@ -344,6 +344,16 @@
<keybind key="W-6">
<action name="GoToDesktop"><to>6</to></action>
</keybind>
<keybind key="XF86MonBrightnessUp">
<action name="Execute">
<command>brillo -A 10</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="Execute">
<command>brillo -U 10</command>
</action>
</keybind>
</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>