1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 05:55:12 +00:00
This commit is contained in:
likyng 2013-05-04 11:56:09 -07:00
commit 281bebe1f7

View file

@ -748,12 +748,9 @@ globalkeys = awful.util.table.join(
vicious.force({ volumewidget }) vicious.force({ volumewidget })
end), end),
awful.key({ "Control" }, "m", function () awful.key({ "Control" }, "m", function ()
awful.util.spawn("amixer set Master playback mute", false ) awful.util.spawn("amixer set Master playback toggle", false )
vicious.force({ volumewidget }) vicious.force({ volumewidget })
end), end),
awful.key({ "Control" }, "u", function ()
awful.util.spawn("amixer set Master playback unmute", false )
vicious.force({ volumewidget })
end), end),
awful.key({ altkey, "Control" }, "m", awful.key({ altkey, "Control" }, "m",
function () function ()