<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -185,6 +185,14 @@ keys' conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
     , ((modMask .|. controlMask,  xK_r     ), spawn &quot;mpc volume +4&quot;)
     , ((modMask .|. controlMask,  xK_l     ), spawn &quot;mpc seek +2%&quot;)
 
+    -- Alsa keyboard control
+    -- XF86AudioMute
+    , ((0 , 0x1008ff12), spawn &quot;amixer -q set PCM toggle&quot;)
+    -- XF86AudioLowerVolume
+    , ((0 , 0x1008ff11), spawn &quot;amixer -q set PCM 2- unmute&quot;)
+    -- XF86AudioRaiseVolume
+    , ((0 , 0x1008ff13), spawn &quot;amixer -q set PCM 2+  unmute&quot;)
+
     -- quit, or restart
     , ((modMask .|. shiftMask, xK_q     ), io (exitWith ExitSuccess))
     , ((modMask              , xK_q     ), restart &quot;xmonad&quot; True)</diff>
      <filename>.xmonad/xmonad.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b7b501f8dd12f79a4312d2035cefb2d7c2d34e1</id>
    </parent>
  </parents>
  <author>
    <name>anderstornvig</name>
    <email>anderstornvig@gmail.com</email>
  </author>
  <url>http://github.com/anderstornvig/config-files/commit/c478113553a8d6d3ec9577d6cdc83cdaa68af358</url>
  <id>c478113553a8d6d3ec9577d6cdc83cdaa68af358</id>
  <committed-date>2009-05-15T14:47:39-07:00</committed-date>
  <authored-date>2009-05-15T14:47:39-07:00</authored-date>
  <message>Added ALSA keyboard control</message>
  <tree>6e7f527e1caa2fb7b443fb09e68cce3026bbc80d</tree>
  <committer>
    <name>anderstornvig</name>
    <email>anderstornvig@gmail.com</email>
  </committer>
</commit>
