Created
May 31, 2021 20:48
-
-
Save pooladkhay/410f991b21028a5df7265036b4a2c22e to your computer and use it in GitHub Desktop.
SwayWM bindings for keyboard backlight
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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