diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:42:37 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-09-15 15:42:37 +1200 |
commit | 522d8cba591e1460c12307563148233c0658b0da (patch) | |
tree | bd44cc7628dd3bf40d1d53294bc6add1c82ff3c4 /i3 | |
parent | Bind keys for controlling volume (diff) | |
download | dotfiles-522d8cba591e1460c12307563148233c0658b0da.tar.gz dotfiles-522d8cba591e1460c12307563148233c0658b0da.zip |
Bind keys for controlling music player
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -102,6 +102,12 @@ bindsym XF86AudioRaiseVolume exec amixer -q sset Master 5%+ unmute bindsym XF86AudioLowerVolume exec amixer -q sset Master 5%- unmute bindsym XF86AudioMute exec amixer -q sset Master toggle +# Special modifier keys control ncmcpp +bindsym XF86AudioStop exec ncmpcpp stop +bindsym XF86AudioPlay exec ncmpcpp toggle +bindsym XF86AudioNext exec ncmpcpp next +bindsym XF86AudioPrev exec ncmpcpp prev + # i3bar at bottom of screen bar { font pango:Verdana 7 |