Skip to content

Commit

Permalink
audio bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
zarac committed Feb 11, 2015
1 parent 00e44ec commit 65d0c40
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .xbindkeysrc
Expand Up @@ -77,6 +77,21 @@
"urxvt -e ncmpcpp -h zarac.se"
Mod4 + Shift + F1

# thanks https://bbs.archlinux.org/viewtopic.php?id=63516
#"urxvt -hold -e mpc status"
#"urxvt -e bash -c 'mpc status && zsh'"
"urxvt -sl 10000 -e bash -c 'mpc playlist;echo '';mpc status && zsh'"
XF86AudioStop

"mpc toggle"
XF86AudioPlay

"mpc next"
XF86AudioNext

"mpc prev"
XF86AudioPrev

"urxvt -e transmission-remote-cli -c localhost"
Mod4 + F2

Expand Down Expand Up @@ -110,10 +125,10 @@
"setxkbmap se"
Mod4 + s

"pamixer --allow-boost --increase 5; aplay /srv/sound/drum/histicks.wav"
"pamixer --increase 5; aplay /srv/sound/drum/histicks.wav"
XF86AudioRaiseVolume

"pamixer --allow-boost --decrease 5; aplay /srv/sound/drum/histicks.wav"
"pamixer --decrease 5; aplay /srv/sound/drum/histicks.wav"
XF86AudioLowerVolume

"pamixer --toggle-mute; aplay /srv/sound/drum/histicks.wav"
Expand Down

0 comments on commit 65d0c40

Please sign in to comment.