
xbacklight
List of commands for xbacklight:
-
xbacklight:tldr:6f87a xbacklight: Get the current screen brightness as a percentage.$ xbacklighttry on your machineexplain this command
-
xbacklight:tldr:7dada xbacklight: Set the screen brightness to 40%.$ xbacklight -set ${40}try on your machineexplain this command
-
xbacklight:tldr:7edcc xbacklight: Increase backlight to 100%, over 60 seconds (value given in ms), using 60 steps.$ xbacklight -set ${100} -time ${60000} -steps ${60}try on your machineexplain this command
-
xbacklight:tldr:b631f xbacklight: Decrease current brightness by 75%.$ xbacklight -dec ${75}try on your machineexplain this command
-
xbacklight:tldr:c2af4 xbacklight: Increase current brightness by 25%.$ xbacklight -inc ${25}try on your machineexplain this command