Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active September 30, 2019 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/5e12184af6b1ae42162b7504ae638caa to your computer and use it in GitHub Desktop.
Save miguelmota/5e12184af6b1ae42162b7504ae638caa to your computer and use it in GitHub Desktop.
Linux i3 brightness controls
# Screen brightness controls (requires https://github.com/haikarainen/light)
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment