From 522d8cba591e1460c12307563148233c0658b0da Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 15:42:37 +1200 Subject: Bind keys for controlling music player --- i3/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i3/config') diff --git a/i3/config b/i3/config index a5eddf39..fd4928e3 100644 --- a/i3/config +++ b/i3/config @@ -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 -- cgit v1.2.3