Skip to content

Instantly share code, notes, and snippets.

@pooladkhay
Created May 31, 2021 20:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pooladkhay/410f991b21028a5df7265036b4a2c22e to your computer and use it in GitHub Desktop.
Save pooladkhay/410f991b21028a5df7265036b4a2c22e to your computer and use it in GitHub Desktop.
SwayWM bindings for keyboard backlight
# https://github.com/haikarainen/light
#
# Bindings for keyboard backlight
bindsym XF86KbdBrightnessUp exec light -As "sysfs/leds/smc::kbd_backlight" 10
bindsym XF86KbdBrightnessDown exec light -Us "sysfs/leds/smc::kbd_backlight" 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment