minor: clarify mod-ctrl-shift-X comment; fix typo

This commit is contained in:
Daniel Hahler 2016-04-04 20:28:54 +02:00
parent df21a85a9a
commit c86c873779
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ for i = 1, 9 do
end
end,
{description = "move focused client to tag #"..i, group = "tag"}),
-- Toggle tag.
-- Toggle tag on focused client.
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
function ()
if client.focus then

View File

@ -113,7 +113,7 @@ keyboardlayout.xkeyboard_country_code = {
["za"] = true, -- South Africa
}
-- Callback for updaing current layout
-- Callback for updating current layout.
local function update_status (self)
self._current = awesome.xkb_get_layout_group();
local text = ""