Skip to content

dakra/xbacklight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

xbacklight - Adjust your screen brightness with the external xbacklight tool.

Bind xbacklight-increase and xbacklight-decrease to some keys and adjust xbacklight-step if you want the brightness to increase/decrease in different steps then 10%.

You can also specify the steps amount with a prefix argument. E.g. C-50 <XF86MonBrightnessUp> would increase the brightness by 50.

With use-package the config could look like:

(use-package xbacklight
  :bind (("<XF86MonBrightnessUp>" . xbacklight-increase)
         ("<XF86MonBrightnessDown>" . xbacklight-decrease)))

About

Adjust screen brightness with xbacklight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published