Example – Changing the screen brightness with Light:
~
/.
config
/
wayfire
.
ini
[command]
repeatable_binding_light_up = KEY_BRIGHTNESSUP
command_light_up = light -A 5
repeatable_binding_light_down = KEY_BRIGHTNESSDOWN
command_light_down = light -U 5
Note: Make sure that the user is part of
the video
group,
otherwise you will not get access to the devices.
See Command for more information.