Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
Created August 6, 2019 03:12
Show Gist options
  • Save 2KAbhishek/3f00584cb8ca5fd5b0ad228ed0a4f50a to your computer and use it in GitHub Desktop.
Save 2KAbhishek/3f00584cb8ca5fd5b0ad228ed0a4f50a to your computer and use it in GitHub Desktop.
Commands executed when keyboard media keys are pressed, useful for keyboards without these keys.
#Increase Volume
amixer set Master 5%+ -q
#Decrease Volume
amixer set Master 5%- -q
#Decrease Brightness
xbacklight -dec 5
#Increase Brightness
xbacklight -inc 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment