From 2b37dfaea04fe227390124be6b79e4b1d576edb8 Mon Sep 17 00:00:00 2001 From: Steven Huang Date: Mon, 20 Mar 2017 04:34:41 -0700 Subject: [PATCH] template: fix indentation --- rc.lua.template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/rc.lua.template b/rc.lua.template index 71d307b..68c0eee 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -373,12 +373,11 @@ globalkeys = awful.util.table.join( os.execute(string.format("amixer -q set %s 100%%", beautiful.volume.channel)) beautiful.volume.update() end), - - awful.key({ altkey, "Control" }, "0", - function () - os.execute(string.format("amixer -q set %s 0%%", beautiful.volume.channel)) - beautiful.volume.update() - end), + awful.key({ altkey, "Control" }, "0", + function () + os.execute(string.format("amixer -q set %s 0%%", beautiful.volume.channel)) + beautiful.volume.update() + end), -- MPD control awful.key({ altkey, "Control" }, "Up",