dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

.xbindkeysrc.scm (186B)


      1 (xbindkey '("XF86AudioMute") "mixer_prog vol.mute=^")
      2 (xbindkey '("XF86AudioRaiseVolume") "mixer_prog vol.volume=+0.1")
      3 (xbindkey '("XF86AudioLowerVolume") "mixer_prog vol.volume=-0.1")