Skip to content

Instantly share code, notes, and snippets.

@kastaneda
Created August 30, 2012 13:41
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 kastaneda/3528766 to your computer and use it in GitHub Desktop.
Save kastaneda/3528766 to your computer and use it in GitHub Desktop.
my fluxbox and multimedia keys
% grep Audio ~/.fluxbox/keys
XF86AudioPlay :ExecCommand mpc toggle
XF86AudioPrev :ExecCommand mpc prev
XF86AudioNext :ExecCommand mpc next
XF86AudioStop :ExecCommand mpc stop
XF86AudioLowerVolume :ExecCommand aumix -v-10
XF86AudioRaiseVolume :ExecCommand aumix -v+10
XF86AudioMute :ExecCommand aumix -v 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment