1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2026-03-23 14:05:11 +00:00

template: fix indentation

This commit is contained in:
Steven Huang 2017-03-20 04:34:41 -07:00 committed by GitHub
parent b19fd3974d
commit 2b37dfaea0

View file

@ -373,12 +373,11 @@ globalkeys = awful.util.table.join(
os.execute(string.format("amixer -q set %s 100%%", beautiful.volume.channel)) os.execute(string.format("amixer -q set %s 100%%", beautiful.volume.channel))
beautiful.volume.update() beautiful.volume.update()
end), end),
awful.key({ altkey, "Control" }, "0",
awful.key({ altkey, "Control" }, "0", function ()
function () os.execute(string.format("amixer -q set %s 0%%", beautiful.volume.channel))
os.execute(string.format("amixer -q set %s 0%%", beautiful.volume.channel)) beautiful.volume.update()
beautiful.volume.update() end),
end),
-- MPD control -- MPD control
awful.key({ altkey, "Control" }, "Up", awful.key({ altkey, "Control" }, "Up",