From 9698f4cd9f205ff45f7a995d86212287b7328ca6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 15:42:19 +1200 Subject: Bind keys for controlling volume --- i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/config b/i3/config index 465279a1..a5eddf39 100644 --- a/i3/config +++ b/i3/config @@ -97,6 +97,11 @@ bindsym Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screens # Shift-PrintScren selects and takes a screenshot of a section of the screen bindsym --release Shift+Print exec sh -c 'mkdir -p "$HOME"/Screenshots && import "$HOME"/Screenshots/snap-"$(date +%Y%m%d%H%M%S)".png' +# Special modifier keys change volume +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 + # i3bar at bottom of screen bar { font pango:Verdana 7 -- cgit v1.2.3