diff --git a/awesomerc.lua b/awesomerc.lua index 4319b2c6f..af58640a3 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -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 diff --git a/lib/awful/widget/keyboardlayout.lua b/lib/awful/widget/keyboardlayout.lua index f9142b894..b6e8ce070 100644 --- a/lib/awful/widget/keyboardlayout.lua +++ b/lib/awful/widget/keyboardlayout.lua @@ -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 = ""