]> git.mjollnir.org Git - dotfiles/awesome.git/commitdiff
changed xmms2 controls
authorPenny Leach <penny@mjollnir.org>
Mon, 7 Dec 2009 09:44:19 +0000 (10:44 +0100)
committerPenny Leach <penny@mjollnir.org>
Mon, 7 Dec 2009 09:44:19 +0000 (10:44 +0100)
.config/awesome/rc.lua

index cd4d8e998c5ec486919beced0b3a4be884f3a2be..bb3d515dd7898fbed20577ed654cfb155c1fb60d 100644 (file)
@@ -480,7 +480,7 @@ end
 -- {{{ penny key binding additions
 table.foreach(awful.key({ modkey }, 'F6',
     function ()
-        os.execute('~/bin/x p')
+        os.execute('xmms2 toggleplay')
     end), function(_, k) table.insert(globalkeys, k) end)
 table.foreach(awful.key({ nil },'XF86AudioRaiseVolume',
     function()