]> git.donarmstrong.com Git - x_base.git/commitdiff
fix missing comma
authorDon Armstrong <don@donarmstrong.com>
Wed, 3 Aug 2011 23:00:24 +0000 (23:00 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 3 Aug 2011 23:00:24 +0000 (23:00 +0000)
.config/awesome/rc.lua

index 813cea915b5053798d52c953590c4e77240a2162..0c3b1f541b113e44a56b341964b49c8d69f977b7 100644 (file)
@@ -249,7 +249,7 @@ clientkeys = awful.util.table.join(
     awful.key({ modkey, "Control" }, "space",  awful.client.floating.toggle                     ),
     awful.key({ modkey,           }, "space", function (c) c:swap(awful.client.getmaster()) end),
     awful.key({ modkey,           }, "o",      awful.client.movetoscreen                        ),
-    awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end)
+    awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end),
     awful.key({ modkey, "Shift"   }, "r",      function (c) c:redraw()                       end),
     awful.key({ modkey, "Shift"   }, "m",      function (c) c.minimized = not c.minimized    end),
     awful.key({ modkey,           }, "m",