diff --git a/pages/linux/backlight_control.md b/pages/linux/backlight_control.md new file mode 100644 index 000000000..cd5972c3d --- /dev/null +++ b/pages/linux/backlight_control.md @@ -0,0 +1,16 @@ +# backlight_control + +> Control a linux machine's backlight using percentage values. +> More information: . + +- Increase/decrease the backlight by a specific percent count: + +`backlight_control {{+|-}}{{5}}` + +- Set the backlight strength to a specific percent count: + +`backlight_control {{90}}` + +- Print the help: + +`backlight_control`