Light

From wikinotes
Revision as of 11:49, 14 September 2019 by Will (talk | contribs) (Created page with "light allows you to control your backlight brightness. = Install = <blockquote> <source lang="bash"> sudo pacman -S light usermod -a -G video will # add your user to group...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

light allows you to control your backlight brightness.

Install

sudo pacman -S light
usermod -a -G video will   # add your user to group 'video'


Usage

light -S 100   # set 100% brigthness
light -A 10    # increase brightness 10%
light -U 10    # decrease brightness 10%